in reply to Re: Stability of threads in perl 5.8?
in thread Stability of threads in perl 5.8?

forking is probably a better choice

But only if you are on a platform that supports a native fork. Otherwise you;re just using threads but without the control and a whole different set of caveats in addition to those of threads.


Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
"Too many [] have been sedated by an oppressive environment of political correctness and risk aversion."
  • Comment on Re^2: Stability of threads in perl 5.8?