Tag Archives : scripting

Avoid script running multiple times by file lock

Avoid script running multiple times by file lock

Sometimes we need a single instance of a script to run at a time. Meaning, the script itself should detects whether any instances of himself are still running and act accordingly. When multiple instances of one script running, it’s easy to cause problems. I’ve ever seen that about 350 instances [...]
© 2006-2009 Admon Home. All rights reserved.