[ bianca ]
[ 源代码: libproc-fastspawn-perl ]
软件包:libproc-fastspawn-perl(1.2-2 以及其他的)
libproc-fastspawn-perl 的相关链接
下载源码包 libproc-fastspawn-perl:
- [libproc-fastspawn-perl_1.2-2.debian.tar.xz]
- [libproc-fastspawn-perl_1.2-2.dsc]
- [libproc-fastspawn-perl_1.2.orig.tar.gz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
module to fork+exec, or spawn, a subprocess as quickly as possible
The purpose of the small (in scope and footprint) Proc::FastSpawn module is simple: spawn a subprocess asynchronously as efficiently and/or fast as possible. Basically the same as calling fork+exec (on POSIX), but hopefully faster than those two syscalls.
Apart from fork overhead, this module also allows you to fork+exec programs when otherwise you couldn't - for example, when you use POSIX threads in your perl process then it generally isn't safe to call fork from perl, but it is safe to use this module to execute external processes.
其他与 libproc-fastspawn-perl 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.28)
- GNU C Library: Shared libraries
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: perl (>= 5.40.0-6)
- Larry Wall's Practical Extraction and Report Language
-
- dep: perlapi-5.40.0
- 本虚包由这些包填实: perl-base