Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37405501
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: 4.8-alt1.1
Build date: 3 april 2023, 13:10 ( 54.6 weeks ago )
Size: 197.75 Kb

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

License: GPL or 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: Igor Vlasenko

List of contributors

List of rpms provided by this srpm:

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