##// END OF EJS Templates
add check_pid, and handle stale PID info in ipcluster....
add check_pid, and handle stale PID info in ipcluster. ipcluster now actually tries to check if a program with a PID is running, better handling stale (or fake) PID files. Checks are via `kernel32.OpenProcess` on Windows and `ps x` on everything else. If the operation fails, then the process is assumed to exist, effectively falling back on prior behavior. closes gh-428
MinRK -
r3846:bf35b328
Show More