Changes for version 0.5 - 2013-04-06
- set $SIG{CHLD} to IGNORE in processes forked to avoid accumulating zombies.
- added "typical problems" section.
- add some unscientific benchmark numbers to indicate relative performance.
- post-benchmark socket writing optimisations :) (fewer syscalls, do more than one write per event loop iteration).
Modules
everything you wanted to use fork() for, but couldn't
avoid having to exec another perl interpreter
generate a template process from the main program
Provides
in Fork/Serve.pm