http://www.perlmonks.org?node_id=981073


in reply to Threaded Application Sequencing/Rendezvous

I'd use make or one of its equivalents --there are lots -- possibly ant which is easier to use but needs java.

make has been around forever and knows how to parallel process and lots of other things too, the dryrun mode can be really useful.

I don't know if there's a perl only alternative, but I'm sure someone else here will.

  • Comment on Re: Threaded Application Sequencing/Rendezvous

Replies are listed 'Best First'.
Re^2: Threaded Application Sequencing/Rendezvous
by learnedbyerror (Monk) on Jul 11, 2012 at 12:22 UTC

    I have also thought using make. It is on my list of fall backs if I can't find a way I like better.

    Thanks, lbe