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

Comparing AnyEvent-Fork-RPC/RPC.pm (file contents):
Revision 1.20 by root, Sat Apr 20 16:07:40 2013 UTC vs.
Revision 1.21 by root, Sun Apr 21 12:01:54 2013 UTC

773 773
774Of course, this might be blocking if you pass a lot of file descriptors, 774Of course, this might be blocking if you pass a lot of file descriptors,
775so you might want to look into L<AnyEvent::FDpasser> which can handle the 775so you might want to look into L<AnyEvent::FDpasser> which can handle the
776gory details. 776gory details.
777 777
778=head1 EXCEPTIONS
779
780There are no provisions whatsoever for catching exceptions at this time -
781in the child, exeptions might kill the process, causing calls to be lost
782and the parent encountering a fatal error. In the parent, exceptions in
783the result callback will not be caught and cause undefined behaviour.
784
778=head1 SEE ALSO 785=head1 SEE ALSO
779 786
780L<AnyEvent::Fork>, to create the processes in the first place. 787L<AnyEvent::Fork>, to create the processes in the first place.
781 788
782L<AnyEvent::Fork::Pool>, to manage whole pools of processes. 789L<AnyEvent::Fork::Pool>, to manage whole pools of processes.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines