in reply to Perl threads loss of performance with system call

Q: Is your «Problem» really embarrassingly parallel?

«The Crux of the Biscuit is the Apostrophe»

  • Comment on Re: Perl threads loss of performance with system call

Replies are listed 'Best First'.
Re^2: Perl threads loss of performance with system call
by daniel85 (Novice) on Jul 10, 2021 at 08:25 UTC
    Hi karlgoethebier, unfortunately yes. And it runs smoothly with fork(), but I want to possibly handle it with threads.
      «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»