The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.07 - 2013-09-05

  • Optimize socket read buffer size; make it configurable.
  • Fix incorrect C-style fork() error return (perl returns undef, not -1).
  • Fix overly aggressive child process reaping. Now you can fork() within your work_handler and the module won't reap the completed process out from under you. Thanks to Rob Navarro for both of these fixes.

Modules

Perl extension for creating asynchronous forking queue processing applications.