![]() |
|
The stupid question is the question not asked | |
PerlMonks |
Re: using hashes (or hash values) across FORKED processesby ozone (Friar) |
on Sep 20, 2001 at 16:56 UTC ( #113577=note: print w/replies, xml ) | Need Help?? |
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!
In Section
Seekers of Perl Wisdom
|
|