Biker has asked for the wisdom of the Perl Monks concerning the following question:
We are using ActiveState Perl 5.6 in our shop.
I have read in several places, for instance in this thread, that the ActiveState Perl 'simulates' forking by using threads.
I have a lot of personal experience in writing multi-threaded code in classical 'C'. (Classical, as opposed to C++.) That was under OS/2 (R.I.P.) so it was a while ago and I may not remember everything absolutely correct but I think the following is true.
|
---|
Replies are listed 'Best First'. | |
---|---|
(tye)Re: ActiveState, threaded fork and re-entrancy
by tye (Sage) on Aug 02, 2002 at 16:19 UTC | |
Re: ActiveState, threaded fork and re-entrancy
by perrin (Chancellor) on Aug 02, 2002 at 15:57 UTC | |
Re: ActiveState, threaded fork and re-entrancy
by Elian (Parson) on Aug 02, 2002 at 17:01 UTC |