in reply to One hand on the Throttle
There is the problem of variables shared between all your scripts. Problem? No, in this particular case, you can make good use of it, and use one common variable to count how many copies are running. Each instance of your script should increment that variable, and decrement it when it exits. If there are too many already, exit immediately.
|
|---|