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


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

Let's see if I can come up with something you don't already know this time...

The issue with support on Cache::FastMmap is likely that it uses unsupported-on-Windows C-code to handle file locking/unlocking. In the "Modules like this" section of the documentation, it references Cache::Mmap, which is a pure Perl solution, and thus should respect (to the extent possible) Win32 behaviors. A quick glance at the source suggests it should be fine with threading.