in reply to Re: Perl threads loss of performance with system call
in thread Perl threads loss of performance with system call

whenever the operating system "puts the process to sleep,"

the sleep is done inside each thread and then via a backticks-system command, I can't see that affecting the parent process.