Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^5: thread-safe mmap module ?

by kennethk (Abbot)
on Feb 21, 2009 at 23:06 UTC ( [id://745577]=note: print w/replies, xml ) Need Help??


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.

Replies are listed 'Best First'.
Re^6: thread-safe mmap module ?
by jdd (Acolyte) on Feb 21, 2009 at 23:24 UTC
    Yep - googling on it I see that Cache:Mmap might work, and if not IPC::Mmap::Win32 name suggests it will -; I'll give it a try asap, crossing fingers about performance.

    Thanks to all of you !

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://745577]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2024-03-29 14:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found