in reply to Re: Converting a parallel-serial shell script
in thread Converting a parallel-serial shell script
"The semaphore" goes into file locking territory. And on operating systems where file locks are only advisory, I want to avoid file locking or at least prefer a prepackaged solution. But your approach of forking the whole script would have the advantage of making the script simple. It would have the disadvantage that I couldn't aggregate the results of the "child" scripts, but I don't need that for the application at hand.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Converting a parallel-serial shell script
by SuicideJunkie (Vicar) on Sep 18, 2008 at 20:34 UTC |