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

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

by erroneousBollock (Curate)
on Jul 26, 2007 at 02:08 UTC ( [id://628842]=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?

I think what BrowserUK said is that (at least on hardware of the forseeable future) all methods of concurrency (except cooperative events, eg: POE) are necessarily based on something like is or works like CPU threads.

I would tend to agree that the "Threads/Processes and Locks" paradigm is a terrible high-level concurrency abstraction... much too easy to make mistakes, and it's hard to apply to the majority of algorithms and data-structures we're all familiar with.

I'm interesting in how we might tackle some of the more (currently) esoteric concurrency abstractions in Perl.

-David.

  • 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://628842]
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found