in reply to Re^2: Perl threads loss of performance with system call
in thread Perl threads loss of performance with system call
Uncommenting the wait_all line is necessary to ensure workers have completed and exited.
MCE::Hobo->wait_all();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Perl threads loss of performance with system call
by karlgoethebier (Abbot) on Jul 14, 2021 at 21:46 UTC |