in reply to Re: Creating a hash within a fork
in thread Creating a hash within a fork
I am not sure how to get around that.
Sharing a hash between threads is easy. Not fast; but easy.
Alternatively, if you're scared of threads; consider looking MCE which provides a mechanism for appearing to share data between forks that is pretty transparent to the using code.
|
|---|