GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Event::tcpsession(3) User Contributed Perl Documentation Event::tcpsession(3)

Event::tcpsession - reliable bidirectional RPC session layer

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

Automatic client-side recovery.

Embedded NULLs are OK.

What are the arbitrary limits?

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

Hey! The above document had some coding errors, which are explained below:
Around line 483:
Non-ASCII character seen before =encoding in '©'. Assuming CP1252
2000-02-23 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.