Jump to letter: [
ABCDEFGHIJKLMNOPRSTWXZ
]
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-1.el5_fio.x86_64.rpm
Name |
Epoch |
Version |
Release |
Arch |
Size |
Built |
perl-Proc-Exists |
0 |
1.0 |
1.el5_fio |
x86_64 |
30 KiB |
2010-12-15 14:06:41 |
Changelog:
- * 2010-12-15 - Lott Caskey <lottc[AT]fugitol[DOTCOM]> - 1.0-1
- Initial package.