http://www.perlmonks.org?node_id=187135


in reply to ActiveState, threaded fork and re-entrancy

Don't worry, the approach used for fork emulation is separate perl interpreters in each thread with nothing shared between them. There are details about copy-on-write, etc. but they are not important for this kind of consideration.
  • Comment on Re: ActiveState, threaded fork and re-entrancy