Jump to letter: [
      
        ABCDEFGHIKLMNOPQRSTUVWX
      ]
    
    perl-Proc-Exists - Quickly and portably check for process existence.
    A simple, portable, and fast module for checking whether a process exists or
not, regardless of whether it is a child of this process or has the same owner.
On POSIX systems, this is implemented by sending a 0 (test) signal to the
pid of the process to check and examining the result and errno. On Win32,
OpenProcess() is used for a similar job.
    
    Packages
    Latest: perl-Proc-Exists-1.0-2.rhel7.fio.x86_64.rpm
    
      
        | Name | 
        Epoch | 
        Version | 
        Release | 
        Arch | 
        Size | 
        Built | 
      
      
        | perl-Proc-Exists | 
        0 | 
        1.0 | 
        2.rhel7.fio | 
        x86_64 | 
        28 KiB | 
        2014-08-17 01:23:57 | 
      
    
    Changelog:
    
      
        - * 2010-12-15 - Lott Caskey <lottc[AT]fugitol[DOTCOM]> - 1.0-1
 
        - Initial package.