ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-Fork-RPC/README
(Generate patch)

Comparing AnyEvent-Fork-RPC/README (file contents):
Revision 1.2 by root, Thu Apr 18 20:04:51 2013 UTC vs.
Revision 1.3 by root, Sun Apr 21 12:27:03 2013 UTC

1NAME 1NAME
2 AnyEvent::Fork::RPC - simple RPC extension for AnyEvent::Fork 2 AnyEvent::Fork::RPC - simple RPC extension for AnyEvent::Fork
3 3
4 THE API IS NOT FINISHED, CONSIDER THIS A TECHNOLOGY DEMO 4 THE API IS NOT FINISHED, CONSIDER THIS A BETA RELEASE
5 5
6SYNOPSIS 6SYNOPSIS
7 use AnyEvent::Fork::RPC; 7 use AnyEvent::Fork::RPC;
8 # use AnyEvent::Fork is not needed 8 # use AnyEvent::Fork is not needed
9 9
598 598
599 Of course, this might be blocking if you pass a lot of file descriptors, 599 Of course, this might be blocking if you pass a lot of file descriptors,
600 so you might want to look into AnyEvent::FDpasser which can handle the 600 so you might want to look into AnyEvent::FDpasser which can handle the
601 gory details. 601 gory details.
602 602
603EXCEPTIONS
604 There are no provisions whatsoever for catching exceptions at this time
605 - in the child, exeptions might kill the process, causing calls to be
606 lost and the parent encountering a fatal error. In the parent,
607 exceptions in the result callback will not be caught and cause undefined
608 behaviour.
609
603SEE ALSO 610SEE ALSO
604 AnyEvent::Fork, to create the processes in the first place. 611 AnyEvent::Fork, to create the processes in the first place.
605 612
606 AnyEvent::Fork::Pool, to manage whole pools of processes. 613 AnyEvent::Fork::Pool, to manage whole pools of processes.
607 614

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines