##// 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 / zmq
gui
pylab
tests
__init__.py Loading ...
blockingkernelmanager.py Loading ...
completer.py Loading ...
displayhook.py Loading ...
entry_point.py Loading ...
frontend.py Loading ...
heartbeat.py Loading ...
iostream.py Loading ...
ipkernel.py Loading ...
kernelmanager.py Loading ...
log.py Loading ...
parentpoller.py Loading ...
pykernel.py Loading ...
session.py Loading ...
zmqshell.py Loading ...