Paketname | libio-async-loop-epoll-perl |
Beschreibung | Perl extension for an event loop using epoll |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.07-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 72 Byte |
Hängt ab von | perl, libio-epoll-perl (>= 0.02), libio-async-perl (>= 0.24) |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 8510 Byte |
Prüfsumme MD5 | 0dde0f45d194114fdf24f5d6dab2b6aa |
Prüfsumme SHA1 | e4bf1b2ba21d0d9f8c967bb9f4feacf532d6b5f7 |
Prüfsumme SHA256 | cb20e9ed649c6c0212fa4892082fbb4b6cecbc1e793277fc05d6178a9b3db531 |
Link zum Herunterladen | libio-async-loop-epoll-perl_0.07-1_all.deb |
Ausführliche Beschreibung | IO::Async::Loop::Epoll is a Perl module that provides an implementation of
an event loop that uses the epoll() system call. The epoll system call, which
is currently only available on Linux, scales in constant O(1) time. For many
open filehandles, you will get significantly better performance using this
algorithm.
.
It uses the IO::Epoll (libio-epoll-perl) module for this functionality.
|