The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:RPC-Simple RPC"

RPC::Simple - Perl classes to handle simple asynchronous RPC calls with call-back River stage zero No dependents

This module implements remote procedure call. I've tried to keep things simple. So this module should be : - quite simple to use (thanks to autoload mechanisms) - lightweight It sure is not : - DCE - CORBA - bulletproof - securityproof - foolproof Bu...

CEDWARDS/RPC-Simple-1.002 - 03 Jul 2006 19:45:27 UTC

RPC::Simple::Agent - Perl extension for an agent object for RPC River stage zero No dependents

This class is an agent for client class inheriting PRC::AnyLocal. This class will handle all the boring stuff to create, access store call-back when dealing with the remote object. Casual user should not worry about this class. RPC::Simple::AnyLocal ...

CEDWARDS/RPC-Simple-1.002 - 03 Jul 2006 19:45:27 UTC

RPC::Simple::Server - Perl class to use in the RPC server script. River stage zero No dependents

Generic server class. The mainLoop function will instantiate one server object for each connection request. Server also provides functions (childDeath) to monitor children processes....

CEDWARDS/RPC-Simple-1.002 - 03 Jul 2006 19:45:27 UTC

RPC::Simple::Factory - Perl extension for creating RPC client River stage zero No dependents

This class handles all the tricky stuff involving socket handling. This module was originally written to be used with Tk. Now you can use it without Tk, in blocking mode or asynchronous mode....

CEDWARDS/RPC-Simple-1.002 - 03 Jul 2006 19:45:27 UTC

RPC::Simple::AnyWhere - extension defining a virtual SRPC client or server class River stage zero No dependents

This class is intented to be inherited only by AnyLocal or AnyRemote. Don't use it yourself....

CEDWARDS/RPC-Simple-1.002 - 03 Jul 2006 19:45:27 UTC

RPC::Simple::AnyLocal - Perl extension defining a virtual SRPC client class River stage zero No dependents

This class must be inherited by a sub-class so this one can use the RPC facility. Note that this class (and the Factory class) was designed to use Tk's fileevent facilities. The child object must declare in the @RPC_SUB array the name of the methods ...

CEDWARDS/RPC-Simple-1.002 - 03 Jul 2006 19:45:27 UTC

RPC::Simple::AnyRemote - Perl base class for a remote object accessible by RPC River stage zero No dependents

This class must be inherited by the user's class actually performing the remote functions. Note that any user defined method which can be called by the local object must be able to handle the following optionnal parameters : 'callback' => code_refere...

CEDWARDS/RPC-Simple-1.002 - 03 Jul 2006 19:45:27 UTC

RPC::Simple::CallHandler - Perl class to handle RPC calls with call-back River stage zero No dependents

This class is intanciated on the remote side each time a function is called with a call-back ref. This class will hold the relevant information so that the call-back will be passed to the local object which issued the call. Used only for asynchronous...

CEDWARDS/RPC-Simple-1.002 - 03 Jul 2006 19:45:27 UTC

RPC::Simple::ObjectHandler - Perl class to handle a remote object River stage zero No dependents

This class is instanciated by RPS::Simple::Server each time a remote object is created. All is handled by the server, the user need not to worry about it....

CEDWARDS/RPC-Simple-1.002 - 03 Jul 2006 19:45:27 UTC
9 results (0.03 seconds)