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 "distribution:Event-RPC RPC"

Event::RPC - Event based transparent Client/Server RPC framework River stage zero No dependents

Event::RPC consists of a server and a client library. The server exports a list of classes and methods, which are allowed to be called over the network. More specific it acts as a proxy for objects created on the server side (on demand of the connect...

JRED/Event-RPC-1.10 - 27 Jun 2018 19:34:26 UTC

Event::RPC::Loop - Mainloop Abstraction layer for Event::RPC River stage zero No dependents

This modules defines the interface of Event::RPC's mainloop abstraction layer. It's a virtual class all mainloop modules should inherit from....

JRED/Event-RPC-1.10 - 27 Jun 2018 19:34:26 UTC

Event::RPC::Client - Client API to connect to Event::RPC Servers River stage zero No dependents

Use this module to write clients accessing objects and methods exported by a Event::RPC driven server. Just connect to the server over the network, optionally with SSL and user authentication, and then simply use the exported classes and methods like...

JRED/Event-RPC-1.10 - 27 Jun 2018 19:34:26 UTC

Event::RPC::Server - Simple API for event driven RPC servers River stage zero No dependents

Use this module to add a simple to use RPC mechanism to your event driven server application. Just create an instance of the Event::RPC::Server class with a bunch of required settings. Then enter the main event loop through it, or take control over t...

JRED/Event-RPC-1.10 - 27 Jun 2018 19:34:26 UTC

Event::RPC::Logger - Logging facility for Event::RPC River stage zero No dependents

This modules implements a simple logging facility for the Event::RPC framework. Log messages may be written to a specific file and/or a bunch of filehandles, which may be sockets as well....

JRED/Event-RPC-1.10 - 27 Jun 2018 19:34:26 UTC

Event::RPC::Message - Implementation of Event::RPC network protocol River stage zero No dependents

This module implements the network protocol of Event::RPC. Objects of this class are created internally by Event::RPC::Server and Event::RPC::Client and performs message passing over the network....

JRED/Event-RPC-1.10 - 27 Jun 2018 19:34:26 UTC

Event::RPC::Connection - Represents a RPC connection River stage zero No dependents

Objects of this class represents a connection from an Event::RPC::Client to an Event::RPC::Server instance. They live inside the server and the whole Client/Server protocol is implemented here....

JRED/Event-RPC-1.10 - 27 Jun 2018 19:34:26 UTC

Event::RPC::Loop::Glib - Glib mainloop for Event::RPC River stage zero No dependents

This modules implements a mainloop using Glib for the Event::RPC::Server module. It implements the interface of Event::RPC::Loop. Please refer to the manpage of Event::RPC::Loop for details....

JRED/Event-RPC-1.10 - 27 Jun 2018 19:34:26 UTC

Event::RPC::Loop::Event - Event mainloop for Event::RPC River stage zero No dependents

This modules implements a mainloop using the Event module for the Event::RPC::Server module. It implements the interface of Event::RPC::Loop. Please refer to the manpage of Event::RPC::Loop for details....

JRED/Event-RPC-1.10 - 27 Jun 2018 19:34:26 UTC

Event::RPC::Message::JSON - JSON message formatting River stage zero No dependents

This module implements the message formatting of Event::RPC using JSON. Objects of this class are created internally by Event::RPC::Server and Event::RPC::Client and performs message passing over the network....

JRED/Event-RPC-1.10 - 27 Jun 2018 19:34:26 UTC

Event::RPC::LogConnection - Represents a logging connection River stage zero No dependents

Objects of this class are created by Event::RPC server if a client connects to the logging port of the server. It's an internal module and has no public interface....

JRED/Event-RPC-1.10 - 27 Jun 2018 19:34:26 UTC

Event::RPC::Message::CBOR - CBOR message formatting River stage zero No dependents

This module implements the message formatting of Event::RPC using CBOR. Objects of this class are created internally by Event::RPC::Server and Event::RPC::Client and performs message passing over the network....

JRED/Event-RPC-1.10 - 27 Jun 2018 19:34:26 UTC

Event::RPC::Loop::AnyEvent - AnyEvent mainloop for Event::RPC River stage zero No dependents

This modules implements a mainloop using AnyEvent for the Event::RPC::Server module. It implements the interface of Event::RPC::Loop. Please refer to the manpage of Event::RPC::Loop for details....

JRED/Event-RPC-1.10 - 27 Jun 2018 19:34:26 UTC

Event::RPC::Message::Sereal - Sereal message formatting River stage zero No dependents

This module implements the message formatting of Event::RPC using Sereal. Objects of this class are created internally by Event::RPC::Server and Event::RPC::Client and performs message passing over the network....

JRED/Event-RPC-1.10 - 27 Jun 2018 19:34:26 UTC

Event::RPC::Message::Storable - Storable message formatting River stage zero No dependents

This module implements the message formatting of Event::RPC using Storable. Objects of this class are created internally by Event::RPC::Server and Event::RPC::Client and performs message passing over the network....

JRED/Event-RPC-1.10 - 27 Jun 2018 19:34:26 UTC

Event::RPC::Message::Negotiate - Message format negotiation protocol River stage zero No dependents

This module implements the message format negotitation protocol of Event::RPC. Objects of this class are created internally by Event::RPC::Server and Event::RPC::Client and performs message passing over the network....

JRED/Event-RPC-1.10 - 27 Jun 2018 19:34:26 UTC

Event::RPC::Message::SerialiserBase - Base for some message classes River stage zero No dependents

This module implements universal FREEZE/THAW methodes for JSON and CBOR based message format classes. Unfortunately these modules can't take callbacks for these tasks but require to pollute UNIVERSAL namespace for this, so when loading several module...

JRED/Event-RPC-1.10 - 27 Jun 2018 19:34:26 UTC

lib/Event/RPC/AuthPasswdHash.pm River stage zero No dependents

JRED/Event-RPC-1.10 - 27 Jun 2018 19:34:26 UTC
18 results (0.035 seconds)