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

    Исходный пакет: perl-IO-AIO
    Версия: 4.75-alt5
    Собран:  21 июня 2021 г. 23:29 в задании #274932
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: http://search.cpan.org/dist/IO-AIO/

    Лицензия: GPL or Artistic
    О пакете: Asynchronous Input/Output
    Описание: 
    This module implements asynchronous I/O using whatever means your
    operating system supports.
    
    Asynchronous means that operations that can normally block your program
    (e.g. reading from disk) will be done asynchronously: the operation
    will still block, but you can do something else in the meantime. This
    is extremely useful for programs that need to stay interactive even
    when doing heavy I/O (GUI programs, high performance network servers
    etc.), but can also be used to easily do operations in parallel that are
    normally done sequentially, e.g. stat'ing many files, which is much faster
    on a RAID volume or over NFS when you do a number of stat operations
    concurrently.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    perl-IO-AIO (x86_64, ppc64le, i586, armh, aarch64)
    perl-IO-AIO-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    perl-IO-AIO-scripts (noarch)

    Сопровождающий: Igor Vlasenko


      1. perl(Canary/Stability.pm)
      2. /proc
      3. libdb4-devel
      4. perl-common-sense
      5. perl-devel
      6. perl-podlators
      7. libgdbm-devel

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


    21 июня 2021 г. Igor Vlasenko 2:4.75-alt5
    - no need for perl 7 patches
    21 июня 2021 г. Igor Vlasenko 2:4.75-alt4
    - completely patched IO-AIO for perl 5.32+
    - enabled tests
    19 июня 2021 г. Igor Vlasenko 2:4.75-alt3
    - removed set req method to relaxed