AnyEvent-Fork

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


TODO: keeping fork objects around after run - problems?
TODO: many forks in a row fail to fork all
TODO: $AnyEvent::Fork::Template vs. $TEMPLATE
TODO: $AnyEvent::Fork::Serve::OWNER expose somehow?

1.32 Wed 26 Jan 2022 17:42:30 CET
	- 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.

1.31 Thu Nov 10 17:30:45 CET 2016
	- new child API function, AnyEvent::Fork::Serve::run_args.
	- put pid first in child names.

1.3  Thu May 12 18:53:37 CEST 2016
	- the full path to the perl binary is now being passed as argv[0].
	- talk a bit about using AnyEvent::Fork itself after a fork.
	- work around perl 5.19 again breaking backwards compatibility.
        - pod fixes.

1.2  Wed Sep 25 13:05:09 CEST 2013

Changes  view on Meta::CPAN

        - set $0 to run function name, tune existing $0 names as well.
        - work around a bug in openbsd file descriptor passing on at least
          4.5 and 4.8. might introduce a security problem on that platform.
        - switch to the new IO::FDPass module, which also fixes a bug
          with setting non-blocking mode and gives other improvements.
        - no longer an XS module.

0.01  Thu Apr  4 09:23:33 CEST 2013
	- "technology preview".

0.00  Fri Mar 29 02:15:20 CET 2013
	- post planning, pre writing.



( run in 1.287 second using v1.01-cache-2.11-cpan-49f99fa48dc )