套件: libanyevent-fork-perl (1.32-1)
libanyevent-fork-perl 的相關超連結
Trisquel 的資源:
下載原始碼套件 libanyevent-fork-perl:
- [libanyevent-fork-perl_1.32-1.dsc]
- [libanyevent-fork-perl_1.32.orig.tar.gz]
- [libanyevent-fork-perl_1.32-1.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Perl Group (郵件存檔)
- Lucas Kanashiro
外部的資源:
- 主頁 [metacpan.org]
相似套件:
module to create new processes
AnyEvent::Fork allows you to create new processes, without actually forking them from your current process (avoiding the problems of forking), but preserving most of the advantages of fork.
It can be used to create new worker processes or new independent subprocesses for short- and long-running jobs, process pools (e.g. for use in pre-forked servers) but also to spawn new external processes (such as CGI scripts from a web server), which can be faster (and more well behaved) than using fork+exec in big processes.
Special care has been taken to make this module useful from other modules, while still supporting specialised environments such as App::Staticperl or PAR::Packer.
其他與 libanyevent-fork-perl 有關的套件
|
|
|
-
- dep: libanyevent-perl
- event loop framework with multiple implementations
-
- dep: libcommon-sense-perl
- module that implements some sane defaults for Perl programs
-
- dep: libio-fdpass-perl
- module to pass a file descriptor over a socket
-
- dep: libproc-fastspawn-perl
- module to fork+exec, or spawn, a subprocess as quickly as possible
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language