套件: libio-async-loop-epoll-perl (0.17-1)
libio-async-loop-epoll-perl 的相關超連結
Trisquel 的資源:
下載原始碼套件 libio-async-loop-epoll-perl:
- [libio-async-loop-epoll-perl_0.17-1.dsc]
- [libio-async-loop-epoll-perl_0.17.orig.tar.gz]
- [libio-async-loop-epoll-perl_0.17-1.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Perl Group (郵件存檔)
- Jonathan Yu
- gregor herrmann
- Florian Schlichting
外部的資源:
- 主頁 [metacpan.org]
相似套件:
Perl extension for an event loop using epoll
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.
其他與 libio-async-loop-epoll-perl 有關的套件
|
|
|
-
- dep: libio-async-perl (>= 0.60)
- modules for asynchronous event-driven programming
-
- dep: liblinux-epoll-perl (>= 0.012)
- perl epoll module for O(1) multiplexing
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language