in reply to How to put DBM .pag and .dir files in shared memory

With a Search on CPAN :-) ?

Update: I used IPC::ShareLite, and it worked like a charm.
IIRC shared memory as in 'physical memory, sdram, etc.' isn't what you want to use for very big data-chunks, I'd google on this if I were you before I'd start to implement something

regards,
tomte


  • Comment on Re: How to put DBM .pag and .dir files in shared memory