##// 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
Name Size Modified Last Commit Author
/ IPython / testing
plugin
tests
__init__.py Loading ...
_paramtestpy2.py Loading ...
_paramtestpy3.py Loading ...
decorators.py Loading ...
globalipapp.py Loading ...
iptest.py Loading ...
ipunittest.py Loading ...
mkdoctests.py Loading ...
nosepatch.py Loading ...
tools.py Loading ...