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


in reply to Re: How to share huge data structure between threads?
in thread How to share huge data structure between threads?

As a sidenote, I just got burned at IPC::Shareable. Not badly. I just failed to RTFM, and discovered the rather hard way the 64K default size of shared memory "segments" or "partitions" or whatever. Read the manual, and look at the size option when tie-ing.