Event::tcpsession - reliable bidirectional RPC session layer


Event-tcp documentation  | view source Contained in the Event-tcp distribution.

Index


NAME

Top

Event::tcpsession - reliable bidirectional RPC session layer

SYNOPSIS

Top

    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

Top

Automatic client-side recovery.

Embedded NULLs are OK.

What are the arbitrary limits?

SUPPORT

Top

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

Top


Event-tcp documentation  | view source Contained in the Event-tcp distribution.