Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add check_pid, and handle stale PID info in ipcluster. #429

Merged
merged 1 commit into from May 16, 2011

Commits on May 11, 2011

  1. 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 ipythongh-428
    minrk committed May 11, 2011
    Copy the full SHA
    bf35b32 View commit details
    Browse the repository at this point in the history