Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > 47af8e2ed0733c66d2e2db8a2197a2d7

perl-Linux-Pid-0.40.0-1.mga1.src.rpm

Description:

Why should one use a module to get the PID and the PPID of a process where
there are the '$$' variable and the 'getppid()' builtin ? (Not mentioning
the equivalent 'POSIX::getpid()' and 'POSIX::getppid()' functions.)

In fact, this is useful on Linux, with multithreaded programs. Linux' C
library, using the linux thread model, returns different values of the PID
and the PPID from different threads. (Other thread models such as NPTL
don't have the same behaviour). This module forces perl to call the
underlying C functions 'getpid()' and 'getppid()'.

Generated packages:

Other version of this rpm: