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

Hi karlgoethebier, unfortunately yes. And it runs smoothly with fork(), but I want to possibly handle it with threads.
  • Comment on Re^2: Perl threads loss of performance with system call

Replies are listed 'Best First'.
Re^3: Perl threads loss of performance with system call
by karlgoethebier (Abbot) on Jul 10, 2021 at 08:47 UTC
    «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»