![]() |
|
No such thing as a small change | |
PerlMonks |
Re^2: Perl threads loss of performance with system callby daniel85 (Novice) |
on Jul 10, 2021 at 09:19 UTC ( #11134897=note: print w/replies, xml ) | Need Help?? |
I was yesterday on the #perl-help channel on irc.perl.org and 2-3 people tried and observed the same behaviour.
When you run the first one (sleep 1), all the threads are spawned nearly instantaneously, while with the second (sleep 0.0001), you see considerable delay in the spawning.
In Section
Seekers of Perl Wisdom
|
|