The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Event::tcpsession - reliable bidirectional RPC session layer

SYNOPSIS

    my $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);

DESCRIPTION

Automatic client-side recovery.

Embedded NULLs are OK.

What are the arbitrary limits?

SUPPORT

If 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!

COPYRIGHT

Copyright © 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.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 483:

Non-ASCII character seen before =encoding in '©'. Assuming CP1252