Package perl-Linux-Pid: Information

    Source package: perl-Linux-Pid
    Version: 0.04-alt4.2
    Latest version according to Repology
    Build time:  Jan 29, 2019, 06:25 AM in the task #219907
    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, aarch64)
    perl-Linux-Pid-debuginfo (x86_64, i586, aarch64)

    Maintainer: Igor Vlasenko


    ACL:
    Igor Vlasenko
    @everybody

      1. perl-devel
      2. perl-threads
      3. /proc

    Last changed


    Jan. 24, 2019 Igor Vlasenko 0.04-alt4.2
    - rebuild with new perl 5.28.1
    Dec. 15, 2017 Igor Vlasenko 0.04-alt4.1.1.1.1
    - rebuild with new perl 5.26.1
    Feb. 3, 2017 Igor Vlasenko 0.04-alt4.1.1.1
    - rebuild with new perl 5.24.1