http://qs321.pair.com?node_id=745600


in reply to Re: thread-safe mmap module ?
in thread thread-safe mmap module ?

Indeed persistency isn't necessary, although supported; you have a point. I see in CPAN the very promising threads-shared module - its .xs clearly proves the win32 support, and in addition it works in non-threaded environments - great suggestion - thank you -;

Replies are listed 'Best First'.
Re^3: thread-safe mmap module ?
by perrin (Chancellor) on Feb 22, 2009 at 16:27 UTC
    You're welcome. There are some other tricks for getting good thread performance with mod_perl, mostly to do with when you load things. If you need more help and suggestions, come visit us on the mod_perl list.