Пакет perl-Linux-Pid: Информация

    Исходный пакет: perl-Linux-Pid
    Версия: 0.04-alt3
    Собран:  4 сентября 2012 г. 11:09
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: http://search.cpan.org/dist/Linux-Pid/

    Лицензия: GPL or Artistic
    О пакете: Get the native PID and the PPID on Linux
    Описание: 
    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()'.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    perl-Linux-Pid (x86_64, i586)
    perl-Linux-Pid-debuginfo (x86_64, i586)

    Сопровождающий: Vladimir Lettiev

    Список участников:
    Vladimir Lettiev
    Alexey Tourbin
    Denis Baranov

    Права:
    Denis Baranov
    @everybody

      1. perl-devel
      2. perl-threads

    Последнее изменение


    1 сентября 2012 г. Vladimir Lettiev 0.04-alt3
    - rebuilt for perl-5.16
    9 октября 2011 г. Alexey Tourbin 0.04-alt2
    - rebuilt for perl-5.14
    10 марта 2011 г. Denis Baranov 0.04-alt1
    - initial build for ALT Linux Sisyphus