in reply to Re: Threading and join/termination question
in thread Threading and join/termination question
this is worthwhile reading:
No its not. Perl's threads are *NOT* green threads.
Perl's threads are kernel threads, scheduled by the system scheduler.
Please don't hand out advise if you don't know what you are talking about.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Threading and join/termination question
by mhearse (Chaplain) on Dec 15, 2014 at 18:54 UTC |