|
NAMEEvent::tcpsession - reliable bidirectional RPC session layerSYNOPSISmy $api = [ { name => 'my_rpc', req => 'nN', # network short, network long reply => '', # no translator for reply code => sub { 'returned to caller' } # server-side code }, ... ]; Event->tcpsession(fd => $socket, api => $api); DESCRIPTIONAutomatic client-side recovery.Embedded NULLs are OK. What are the arbitrary limits? SUPPORTIf you have insights or complaints then please subscribe to the mailing list! Send email to:majordomo@perl.org The body of your message should read: subscribe perl-loop This list is archived at http://www.xray.mpe.mpg.de/mailing-lists/perl-loop/ Thanks! COPYRIGHTCopyright © 1999 Joshua Nathaniel Pritikin. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.POD ERRORSHey! The above document had some coding errors, which are explained below:
Visit the GSP FreeBSD Man Page Interface. |