Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Perl threads loss of performance with system call

by dave_the_m (Monsignor)
on Jul 10, 2021 at 08:58 UTC ( [id://11134895]=note: print w/replies, xml ) Need Help??


in reply to Perl threads loss of performance with system call

I can't reproduce the issue here (linux, 12 core x86_64; I tried various perls from 5.10.1 to 5.34.0).

With sleep 1, I get a total running time of the program of 1m 40s (consistent with each thread in parallel doing 100 1s sleeps), and with sleep 0.0001, I get a total running time of 2.5s, which seems reasonable for all the overhead of setting up and tearing down 50 threads plus the overhead of doing 50000 calls to system().

Dave.

  • 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 09:19 UTC
    I was yesterday on the #perl-help channel on irc.perl.org and 2-3 people tried and observed the same behaviour. When you run the first one (sleep 1), all the threads are spawned nearly instantaneously, while with the second (sleep 0.0001), you see considerable delay in the spawning.

      and what OS did they run the code in?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11134895]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (5)
As of 2024-04-24 20:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found