Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37694341
en ru br
ALT Linux repos
S:4.8-alt1.1
5.0: 3.07-alt1
4.1: 2.62-alt1

Group :: Development/Perl
RPM: perl-IO-AIO

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 3.07-alt1
Build date: 17 september 2008, 22:00 ( 815.1 weeks ago )
Size: 85.35 Kb

Home page:   http://search.cpan.org/dist/IO-AIO/

License: Artistic
Summary: Asynchronous Input/Output
Description:

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.

Current maintainer: Michael Bochkaryov

List of contributors

List of rpms provided by this srpm:

  • perl-IO-AIO
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin