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

    Исходный пакет: perl-IO-AIO
    Версия: 4.33-alt1
    Собран:  16 февраля 2016 г. 23:08 в задании #159448
    Категория: Разработка/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, i586)
    perl-IO-AIO-debuginfo (x86_64, i586)
    perl-IO-AIO-scripts (x86_64, i586)

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


      1. perl-common-sense
      2. perl-devel
      3. perl-podlators
      4. perl(Canary/Stability.pm)

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


    16 февраля 2016 г. Igor Vlasenko 1:4.33-alt1
    - automated CPAN update
    25 ноября 2015 г. Igor Vlasenko 1:4.32-alt1.1
    - rebuild with new perl 5.22.0
    1 апреля 2015 г. Igor Vlasenko 1:4.32-alt1
    - automated CPAN update