Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Trying to Understand the Discouragement of Threads

by andal (Hermit)
on Nov 18, 2014 at 12:59 UTC ( [id://1107564]=note: print w/replies, xml ) Need Help??


in reply to Trying to Understand the Discouragement of Threads

Just as with any other tool, threads are good only when used at appropriate place. If your application puts into separate threads tasks that mostly run independently - then you win. If you try to use separate threads for tasks that have heavy interaction, then most likely you'll loose.

Use the right tool at the right place and you'll never have to think about what others say :)

  • Comment on Re: Trying to Understand the Discouragement of Threads

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (2)
As of 2024-04-25 19:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found