Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Waiting For Multiple Programs to Complete

by fauria (Deacon)
on Oct 07, 2005 at 22:14 UTC ( [id://498331]=note: print w/replies, xml ) Need Help??


in reply to Waiting For Multiple Programs to Complete

This sounds a lot like event driven programming. I would think about POE for this.
  • Comment on Re: Waiting For Multiple Programs to Complete

Replies are listed 'Best First'.
Re^2: Waiting For Multiple Programs to Complete
by rob_au (Abbot) on Oct 07, 2005 at 23:11 UTC
    While POE is the benchmark for many when it comes to event-based programming in Perl, it should be noted that there are other module alternatives which facilitate this programming style - In particular, I have been using the Event module quite extensively of late and found it to be extremely flexible and direct in its operations. The situation where I have been using it too (RTSP delivery for digital video-on-demand), using POE with all of its dependencies and its operational overhead, may have proven problematic. If you do decide to take a look at Event, make sure you also take a look at the tutorial PDF file in the distribution in addition to the module POD.

     

    perl -le "print unpack'N', pack'B32', '00000000000000000000001000000000'"

Re^2: Waiting For Multiple Programs to Complete
by NathanE (Beadle) on Oct 07, 2005 at 22:37 UTC
    That's a PERFECT idea! Thanks!

Log In?
Username:
Password:

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

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

    No recent polls found