SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-IO-AIO rpm build for : openSUSE Tumbleweed. For other distributions click perl-IO-AIO.

Name : perl-IO-AIO
Version : 4.810.0 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : 2.14 Date : 2024-03-08 23:33:39
Group : Unspecified Source RPM : perl-IO-AIO-4.810.0-2.14.src.rpm
Size : 0.40 MB
Packager : (none)
Summary : Asynchronous/Advanced 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.

In addition to asynchronous I/O, this module also exports some rather
arcane interfaces, such as \'madvise\' or linux\'s \'splice\' system call, which
is why the \'A\' in \'AIO\' can also mean _advanced_.

Although the module will work in the presence of other (Perl-) threads, it
is currently not reentrant in any way, so use appropriate locking yourself,
always call \'poll_cb\' from within the same thread, or never call \'poll_cb\'
(or other \'aio_\' functions) recursively.

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

Content of RPM  Changelog  Provides Requires

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

Provides :
perl(IO::AIO)
perl-IO-AIO
perl-IO-AIO(x86-64)

Requires :
ld-linux-x86-64.so.2()(64bit)
ld-linux-x86-64.so.2(GLIBC_2.3)(64bit)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.10)(64bit)
libc.so.6(GLIBC_2.14)(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.27)(64bit)
libc.so.6(GLIBC_2.28)(64bit)
libc.so.6(GLIBC_2.3)(64bit)
libc.so.6(GLIBC_2.3.2)(64bit)
libc.so.6(GLIBC_2.3.4)(64bit)
libc.so.6(GLIBC_2.32)(64bit)
libc.so.6(GLIBC_2.33)(64bit)
libc.so.6(GLIBC_2.34)(64bit)
libc.so.6(GLIBC_2.4)(64bit)
libc.so.6(GLIBC_2.5)(64bit)
libc.so.6(GLIBC_2.6)(64bit)
libc.so.6(GLIBC_2.7)(64bit)
libc.so.6(GLIBC_2.8)(64bit)
libc.so.6(GLIBC_2.9)(64bit)
perl(:MODULE_COMPAT_5.40.0)
perl(common::sense)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.40.0/x86_64-linux-thread-multi/IO
/usr/lib/perl5/vendor_perl/5.40.0/x86_64-linux-thread-multi/IO/AIO.pm
/usr/lib/perl5/vendor_perl/5.40.0/x86_64-linux-thread-multi/auto/IO
/usr/lib/perl5/vendor_perl/5.40.0/x86_64-linux-thread-multi/auto/IO/AIO
/usr/lib/perl5/vendor_perl/5.40.0/x86_64-linux-thread-multi/auto/IO/AIO/AIO.so
/usr/share/doc/packages/perl-IO-AIO
/usr/share/doc/packages/perl-IO-AIO/Changes
/usr/share/doc/packages/perl-IO-AIO/README
/usr/share/licenses/perl-IO-AIO
/usr/share/licenses/perl-IO-AIO/COPYING
/usr/share/man/man1/treescan.1.gz
/usr/share/man/man3/IO::AIO.3pm.gz

 
ICM