-
-
26 Jan 2022 16:44:27 UTC
- Browse (raw)
- Changes
- How to Contribute
- Issues (1)
- Testers (8 / 1 / 0)
- Kwalitee
Bus factor: 1- 68.73% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (30.72KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- AnyEvent
- IO::FDPass
- Proc::FastSpawn
- common::sense
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 1.32
- new strategy for reaping children: as local $SIG{CHLD} will reset rather than restore signal handlers, we try to reap children manually in the fork server. This might cause zombies to stay around for a long time in case there is a race and no further activity, but perls signal handling is just too broken to have other options.
Modules
everything you wanted to use fork() for, but couldn'tavoid having to exec another perl interpretergenerate a template process from the main programProvides
in Fork/Serve.pmModule Install Instructions
To install AnyEvent::Fork, copy and paste the appropriate command in to your terminal.
cpanm AnyEvent::Fork
perl -MCPAN -e shell install AnyEvent::Fork
For more information on module installation, please visit the detailed CPAN module installation guide.