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.
  • Comment on Re: Re: How to share huge data structure between threads?

Replies are listed 'Best First'.
Re: ^3 How to share huge data structure between threads?
by LogicalChaos (Beadle) on Jan 15, 2003 at 06:08 UTC
    Opps. Sorry, I forgot about mentioning that one. I remember hit the same problem when I first used IPC::Shareable... And I think it took me a day or two to finally read the manual.

    But now you've got lots of memory to use, up to the kernel set limit ;-)

    Cheers,
    Logical