in reply to Windows process
Yet another approach is to use Tie::Registry to store the process id of the process in the Registry when it starts. The pseudo code would be something like this:
HTH, --travelerif the key is in the registry and that process (value of the key) is still running, exit put the processid of the current process in the registry, creating the key if necessary "rest of program"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Windows process
by astroboy (Chaplain) on Sep 17, 2004 at 23:20 UTC |