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

«I want to possibly handle it with threads»

Probably you should consider to use MCE. It forks but you can say use threads; and it works as designed.

«The Crux of the Biscuit is the Apostrophe»