in reply to using hashes (or hash values) across FORKED processes

Take a look at POE. It's basically user-space threading, with an application kernel that allows you to do exactly what you're talking about, without the messiness of forking and shared memory...

A bit of a steep learning curve, but one you won't look back from!

  • Comment on Re: using hashes (or hash values) across FORKED processes