in reply to
anyone have some good mmap examples?
You can probably find an example in
Cache::Mmap
, but if you just want to share data (rather than learn about mmap), use
Cache::FastMmap
, which is written mostly in C and is very fast.
Comment on
Re: anyone have some good mmap examples?
In Section
Seekers of Perl Wisdom