Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^2: Approaches to concurrency

by BrowserUk (Patriarch)
on Feb 09, 2009 at 15:50 UTC ( [id://742466]=note: print w/replies, xml ) Need Help??


in reply to Re: Approaches to concurrency
in thread Approaches to concurrency

...and is slower, more cpu intensive, more memory hungry and threads.

Shared variables are "achieved" by serialising them with Storable and transmitting them to all the other threads</strike</> processes via sockets.

That's like putting a single lane chicane on a multi-lane highway. Necessary occasionally, but totally defeating the purpose of having multiple lanes.


Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.

Replies are listed 'Best First'.
Re^3: Approaches to concurrency
by rhesa (Vicar) on Feb 09, 2009 at 16:01 UTC
    But it'd work on non-threaded perls, and that's the use case for it. It certainly wouldn't make sense to replace actual threads with forks, especially on windows :)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (8)
As of 2024-04-23 17:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found