aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Proc-FastSpawn/pkg-descr
blob: e7ae922044d44f364a6ced5d34d4bd78d0edd3f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
The purpose of this small (in scope and footprint) 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.

WWW: https://metacpan.org/dist/Proc-FastSpawn