Schmorpforge Software Repository

AnyEvent-Fork-RPC

Piratenpartei
Deliantra Free MMORPG
The free as in beer, liberal, code & content retro-style graphical MMORPG :)

AnyEvent-Fork-RPC

Simple RPC extension for AnyEvent::Fork

Blurb

This module implements a simple RPC protocol and backend for processes 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 normal function call, and an asynchronous one that can run multiple jobs concurrently in the child, using AnyEvent. It also implements an asynchronous event mechanism from the child to the parent, that could be used for progress indications or other information.

Resources

CPANFile Releases (CPAN)
CVSBrowsable CVS module 'AnyEvent-Fork-RPC'
CVSAnonymous CVS:  cvs -z3 -d :pserver:anonymous@cvs.schmorp.de/schmorpforge co AnyEvent-Fork-RPC
METACPANMetaCPAN page
LISTMailing List 'anyevent'
IRCServer irc.schmorp.de, channel #schmorpforge, user schmorp (say hi and wait a few minutes or hours, or /msg schmorp directly))

Package Documention

PODMain Manual Page
FILEChanges