using resources to reduce run-time

G

gyanku

Hi All:

I have loop in my perl program
foreach (@mytest)
{
system($cmd2);
}
The system($cmd) takes a long time. I have other machines available.
Can I login from the perl script and run the perl command on those
machine to reduce run time.
Please show me how todo that. How would I know where in the mytest list
I should log into the other machine.
How will when one task is finished another would start.
Some sketchy code fragment would help.

Thanks in advance.

-Mkesh
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,166
Messages
2,570,907
Members
47,447
Latest member
TamiLai26

Latest Threads

Top