--On 25.08.2000 14:07 Uhr -0400 Dan Sugalski wrote: > Perl doesn't currently run on a system that doesn't have a reasonably > good threading library. Writing our own code would mean dedicating a few > programmer-months to do poorly what other folks have spent quite a few > programmer-years to do well. (Or at least less poorly... :) Writing an own threading library also forces you to use cooperative threading as on many system emulating preemptive threads without system support is rather hard or impossible (especially blocking I/O is an issue there on some systems). -- Markus Peter - SPiN GmbH [EMAIL PROTECTED]
- Are Perl6 threads preemptive or cooperative? Steven W McDougall
- Re: Are Perl6 threads preemptive or cooperative? Dan Sugalski
- Re: Are Perl6 threads preemptive or cooperativ... David L. Nicol
- Re: Are Perl6 threads preemptive or cooper... Dan Sugalski
- Re: Are Perl6 threads preemptive or co... Markus Peter
- Re: Are Perl6 threads preemptive or co... Steven W McDougall
- Re: Are Perl6 threads preemptive ... Glenn Linderman
- Re: Are Perl6 threads preemptive ... David L. Nicol
- Re: Are Perl6 threads preempt... Steven W McDougall
- Re: Are Perl6 threads pre... Markus Peter
- Re: Are Perl6 threads pre... Chaim Frenkel
- Re: Are Perl6 threads pre... Steven W McDougall
- Re: Are Perl6 threads pre... Chaim Frenkel
- Re: Are Perl6 threads pre... Steven W McDougall
- Re: Are Perl6 threads preemptive or cooperative? Markus Peter