Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: My First POE - Simple Parallel Programming

by nothingmuch (Priest)
on Jan 31, 2006 at 13:01 UTC ( [id://526738]=note: print w/replies, xml ) Need Help??


in reply to My First POE - Simple Parallel Programming

While POE is an event system that allows you to order event handlers in a way that is more logical for network apps (small handlers for event, possibly creating more events that require more handlers) POE itself is not multithreaded - it looks at the unhandled events and decides which handler to execute, executes it, and repeats the decision making when the handler is finished.

POE is about a certain type of structure.

You should look into either threads or forking to run things in parallel. Both have limitations.

-nuffin
zz zZ Z Z #!perl
  • Comment on Re: My First POE - Simple Parallel Programming

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (3)
As of 2024-04-24 18:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found