It was Tuesday, July 02, 2002 when Robert Kasunic took the soap box, saying:
: Hello,
: 
: I have some shell scripts that I want to start from a perl script on
: about 10 hosts via ssh. At the moment I start them one after another.
: As you probably can imagine this takes quite a long time. So I would
: like to process them in parallel. How could that be done? Threads?

I suggest you use POE.  You can find POE on the cpan, go to
search.cpan.org and look it up.

In the SYNOPSIS there is an example that should give you the
foundations of exactly what you want.

-- 
Casey West
Aaronsen Group, Ltd.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to