sh script difficulties (running parallel functions)

2007-11-01 Thread David Naylor
Hi, I am having a hard time getting (very complex script for me) to work. The basic idea is that this script runs a bunch of tarkets, many of which are time consuming but low on resources (such as downloading files). Now if I run the tarkets all at once (given some dependancy issues) it greatly

Re: sh script difficulties (running parallel functions)

2007-11-01 Thread Andy Harrison
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/1/07, David Naylor wrote: # !!! Somehow wait for over workers to finish before continuing !!! } #Finished Furthermore, how can signals be handled such that the signals get accumulated and once all the other workers have finished the

Re: sh script difficulties (running parallel functions)

2007-11-01 Thread Jan Grant
On Thu, 1 Nov 2007, David Naylor wrote: Hi, I am having a hard time getting (very complex script for me) to work. The basic idea is that this script runs a bunch of tarkets, many of which are time consuming but low on resources (such as downloading files). Now if I run the tarkets all at

Re: sh script difficulties (running parallel functions)

2007-11-01 Thread Dan Nelson
In the last episode (Nov 01), David Naylor said: Hi, I am having a hard time getting (very complex script for me) to work. The basic idea is that this script runs a bunch of tarkets, many of which are time consuming but low on resources (such as downloading files). Now if I run the