Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37536314
en ru br
ALT Linux repositórios
S:4.8-alt1.1
5.0: 3.07-alt1
4.1: 2.62-alt1

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

 Principal   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

A versão atual: 4.8-alt1.1
Data da compilação: 3 abril 2023, 13:10 ( 55.6 weeks ago )
Tamanho:: 197.75 Kb

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

Licença: GPL or Artistic
Sumário: Asynchronous Input/Output
Descrição:

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.

Mantenedor currente: Igor Vlasenko

Lista dos contribuidores

Lista dos rpms provida por esta srpm:

  • perl-IO-AIO
  • perl-IO-AIO-debuginfo
  • perl-IO-AIO-scripts
  • perl-IO-AIO-scripts
ACL:
     
    projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    mantenedor atual: Michael Shigorin
    mantenedor da tradução: Fernando Martini aka fmartini © 2009