Parallel Processes

Michael Wilding

Active Member
Just wondering if this is an issue. I'm running the parallel processes and it runs fine from SSH. At the end it says:

Removing the existing lock for this process.

Cleanup complete, removed the lock at


With the location of the file of course. However the PID file is still setting on the server and doesn't get removed at this point. Running the command again from SSH recognises this and so doesn't start. I assume this file should be being removed by the daemon and if so how can I fix it so it is?

Thanks

Michael
 
You will pretty much always have a PID file when using this command, because we need to somehow prevent the daemon start multiple times, and the pid file is the answer to the problem.
So as far as i see, this works good for you.
 
Last edited:
Back
Top