in reply to Parallel::ForkManager and IPC::Shareable

Hmmm ... the destroy => 'yes' may be the issue ... from the IPC::Shareable docs:

Use this option with care. In particular you should not use this optio +n in a program that will fork after binding the data.
This one of the reasons I tend to use Cache::FastMmap for this type of thing nowadays.

-derby