Pakket: libproc-fastspawn-perl (1.2-2 en anderen)
Verwijzigingen voor libproc-fastspawn-perl
Debian bronnen:
Het bronpakket libproc-fastspawn-perl downloaden:
- [libproc-fastspawn-perl_1.2-2.dsc]
- [libproc-fastspawn-perl_1.2.orig.tar.gz]
- [libproc-fastspawn-perl_1.2-2.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [metacpan.org]
Vergelijkbare pakketten:
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.
Andere aan libproc-fastspawn-perl gerelateerde pakketten
|
|
|
|
-
- dep: libc6 (>= 2.28)
- GNU C Bibliotheek: Gedeelde bibliotheken
Ook een virtueel pakket geboden door: libc6-udeb
-
- dep: perl (>= 5.36.0-4)
- Larry Wall's Practical Extraction and Report Language
-
- dep: perlapi-5.36.0
- virtueel pakket geboden door perl-base