Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^3: problem of my multithreading perl script

by Anonymous Monk
on Jan 11, 2013 at 13:33 UTC ( [id://1012890]=note: print w/replies, xml ) Need Help??


in reply to Re^2: problem of my multithreading perl script
in thread problem of my multithreading perl script

Actually it will run slower. All of the threads are writing to the same hash. For each write, the hash is locked and any other threads have to way until the current thread finishes its write before they can start.

Try having each thread write to a separate hash, then merge them in the main thread once the reading is complete.

  • Comment on Re^3: problem of my multithreading perl script

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2024-04-23 19:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found