--- cvsroot/schmorpforge/genpage 2013/04/18 14:23:21 1.104 +++ cvsroot/schmorpforge/genpage 2013/04/28 14:29:07 1.105 @@ -517,11 +517,23 @@ as CGI scripts from a webserver), which can be faster (and more well behaved) than using fork+exec in big processes. +AnyEvent::Fork::Remote cpan cvs-pod(Remote.pm,) cvs-co(Changes) list(anyevent) irc(anyevent) + remote processes with AnyEvent::Fork interface + + Despite what the name of this module might suggest, it doesn't actually + create remote processes for you. But it does make it easy to use them, + once you have started them. + + This module implements a very similar API as AnyEvent::Fork. In fact, + similar enough to require at most minor modifications to support both + at the same time. For example, it works with AnyEvent::Fork::RPC and + AnyEvent::Fork::Pool. + AnyEvent-Fork-RPC cpan cvs-pod(RPC.pm,) cvs-co(Changes) list(anyevent) irc(anyevent) Simple RPC extension for AnyEvent::Fork This module implements a simple RPC protocol and backend for processes - created via L, allowing you to call a function in the + created via AnyEvent::Fork, allowing you to call a function in the child process and receive its return values (up to 4GB serialised). It implements two different backends: a synchronous one that works like a