Package perl-Linux-Pid: Information

    Source package: perl-Linux-Pid
    Version: 0.04-alt3
    Build time:  Sep 4, 2012, 11:09 AM
    Category: Development/Perl
    Report package bug
    License: GPL or Artistic
    Summary: Get the native PID and the PPID on Linux
    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()'.

    List of rpms provided by this srpm:
    perl-Linux-Pid (x86_64, i586)
    perl-Linux-Pid-debuginfo (x86_64, i586)

    Maintainer: Vladimir Lettiev


    ACL:
    @qa_p7

      1. perl-devel
      2. perl-threads

    Last changed


    Sept. 1, 2012 Vladimir Lettiev 0.04-alt3
    - rebuilt for perl-5.16
    Oct. 9, 2011 Alexey Tourbin 0.04-alt2
    - rebuilt for perl-5.14
    March 10, 2011 Denis Baranov 0.04-alt1
    - initial build for ALT Linux Sisyphus