SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-IO-AIO rpm build for : OpenSuSE 13.X. For other distributions click perl-IO-AIO.

Name : perl-IO-AIO
Version : 4.32 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : 1.2 Date : 2015-07-02 21:16:25
Group : Development/Libraries/Perl Source RPM : perl-IO-AIO-4.32-1.2.src.rpm
Size : 0.32 MB
Packager : (none)
Summary : Perl Module for Asynchronous Input/Output
Description :
This module implements asynchronous I/O using whatever means your operating
system supports. It is implemented as an interface to libeio
(http://software.schmorp.de/pkg/libeio.html).

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.

While most of this works on all types of file descriptors (for example
sockets), using these functions on file descriptors that support nonblocking
operation (again, sockets, pipes etc.) is very inefficient. Use an event loop
for that (such as the EV module): IO::AIO will naturally fit into such an event
loop itself.

In this version, a number of threads are started that execute your requests and
signal their completion. You don\'t need thread support in perl, and the threads
created by this module will not be visible to perl. In the future, this module
might make use of the native aio functions available on many operating systems.
However, they are often not well-supported or restricted (GNU/Linux doesn\'t
allow them on normal files currently, for example), and they would only support
aio_read and aio_write, so the remaining functionality would have to be
implemented using threads anyway.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/openSUSE_13.1/i586

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
AIO.so
perl(IO::AIO)
perl-IO-AIO
perl-IO-AIO(x86-32)

Requires :
libpthread.so.0(GLIBC_2.2)
libc.so.6(GLIBC_2.5)
libpthread.so.0
libc.so.6(GLIBC_2.2)
libc.so.6(GLIBC_2.0)
libpthread.so.0(GLIBC_2.0)
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
libc.so.6(GLIBC_2.11)
libc.so.6(GLIBC_2.3)
libpthread.so.0(GLIBC_2.3.2)
rpmlib(CompressedFileNames) <= 3.0.4-1
libc.so.6(GLIBC_2.4)
libc.so.6(GLIBC_2.1)
libc.so.6(GLIBC_2.3.3)
rpmlib(PayloadIsLzma) <= 4.4.6-1
libc.so.6(GLIBC_2.1.3)
perl(common::sense)
libpthread.so.0(GLIBC_2.1)
libc.so.6(GLIBC_2.6)
libc.so.6(GLIBC_2.7)
libc.so.6
perl = 5.18.1
libc.so.6(GLIBC_2.3.4)


Content of RPM :
/usr/lib/perl5/vendor_perl/5.18.1/i586-linux-thread-multi/IO
/usr/lib/perl5/vendor_perl/5.18.1/i586-linux-thread-multi/IO/AIO.pm
/usr/lib/perl5/vendor_perl/5.18.1/i586-linux-thread-multi/auto/IO
/usr/lib/perl5/vendor_perl/5.18.1/i586-linux-thread-multi/auto/IO/AIO
/usr/lib/perl5/vendor_perl/5.18.1/i586-linux-thread-multi/auto/IO/AIO/AIO.bs
/usr/lib/perl5/vendor_perl/5.18.1/i586-linux-thread-multi/auto/IO/AIO/AIO.so
/usr/share/doc/packages/perl-IO-AIO
/usr/share/doc/packages/perl-IO-AIO/COPYING
/usr/share/doc/packages/perl-IO-AIO/Changes
/usr/share/doc/packages/perl-IO-AIO/README
/usr/share/man/man3/IO::AIO.3pm.gz

 
ICM