Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: perl threads and dual core hyper-threading

by liz (Monsignor)
on Apr 25, 2006 at 22:10 UTC ( [id://545655]=note: print w/replies, xml ) Need Help??


in reply to perl threads and dual core hyper-threading

FWIW,
foreach $host (@syshosts) { threads->new(\&locateSysHost_Parallel, $host)->join; }
starts threads sequentially, since join waits until the thread is finished. So if there are issues with threads running simultaneously, then you're not testing that in this case.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (6)
As of 2024-03-28 12:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found