Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^2: Where is concurrency going? Is Perl going there?

by renodino (Curate)
on Jul 25, 2007 at 20:22 UTC ( [id://628783]=note: print w/replies, xml ) Need Help??


in reply to Re: Where is concurrency going? Is Perl going there?
in thread Where is concurrency going? Is Perl going there?

And when they need to communicate, use a simple to understand, easy to use, safe, conceptually clean and almost trivially programmed abstraction (Thread::Queue) and almost anyone can program a threaded application with ease.

Oblig. and shameless plug for Thread::Apartment, which hopefully goes even further to ease the process (tho, admittedly, its still a bit warty).

Alas, the current threads::shared creates a bit of a barrier to large scale threading (shared nothing/MP or otherwise) due to the global interpretter lock. But an alternative is being worked on. And while current ithreads is a burden, some of that could be alleviated by iCOW - if ever implemented.

I won't comment on Perl 6. I have problems to solve last year, and can't wait for it. Perl 5 is quite capable of concurrency, be it threaded or otherwise.


Perl Contrarian & SQL fanboy
  • Comment on Re^2: Where is concurrency going? Is Perl going there?

Log In?
Username:
Password:

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

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

    No recent polls found