软件包: 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 (Mail Archive)
- 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