The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.2 - 2013-09-25

  • INCOMPATIBLE CHANGE: remove dependency on, and autoloading of, AnyEvent::Fork.
  • provide an eof option to specify an alternative to exiting in the asynchronous backend.
  • add $NSTORABLE_SERIALISER.
  • use "AE::log die" instead of die to report uncaught errors.
  • ->run now provides a better $0 (as seen in some ps outputs).
  • add a nice async Coro RPC server example.
  • add an example of how to use AnyEvent::Log and on_event to forward log messages to the parent.
  • work around bugs in the TCP/IP stack on windows, aborting connections instead of properly closing them on exit.
  • log any errors via AE::log fatal instead of die'ing in the async backend.

Modules

simple RPC extension for AnyEvent::Fork

Provides

in RPC/Async.pm
in RPC/Sync.pm