Skip to content
  • Shawn Routhier's avatar
    [trac3687] First round of pid file handling · 6c3bff5b
    Shawn Routhier authored
    Create a utility class to handle pid files.
    
    This allows somebody to check, write and delete pid files
    for use in mediating processes.
    
    The Check routine will attempt to read a pid file and
    then check if the pid is in use.  The write routine will
    delete the current pid file and write a new pid to the file.
    The delete routine simply deletes the old pid file.
    6c3bff5b