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

Search results for "module:POE::Component::IKC"

POE::Component::IKC::Proxy - POE IKC proxy session River stage two • 9 direct dependents • 11 total dependents

Used by IKC::Responder to create proxy sessions when you subscribe to a remote session. You probably don't want to use it directly....

GWYN/POE-Component-IKC-0.2402 - 07 Jul 2014 18:41:38 UTC

POE::Component::IKC::Server - POE Inter-kernel Communication server River stage two • 9 direct dependents • 11 total dependents

This module implements a POE IKC server. A IKC server listens for incoming connections from IKC clients. When a client connects, it negociates certain connection parameters. After this, the POE server and client are pretty much identical....

GWYN/POE-Component-IKC-0.2402 - 07 Jul 2014 18:41:38 UTC

POE::Component::IKC::Client - POE Inter-Kernel Communication client River stage two • 9 direct dependents • 11 total dependents

This module implements an POE IKC client. An IKC client attempts to connect to a IKC server. If successful, it negociates certain connection parameters. After this, the POE server and client are pretty much identical....

GWYN/POE-Component-IKC-0.2402 - 07 Jul 2014 18:41:38 UTC

POE::Component::IKC::Timing - POE Inter-kernel Communication timing helper River stage two • 9 direct dependents • 11 total dependents

This module provides a crude form of application profiling. It is not currently stable enough to be documented nor used. In fact, it will probably become its own module at some point....

GWYN/POE-Component-IKC-0.2402 - 07 Jul 2014 18:41:38 UTC

POE::Component::IKC::Freezer - Pure-Perl serialization method. River stage two • 9 direct dependents • 11 total dependents

This serializer uses Data::Dumper and "eval $code" to get the deed done. There is an obvious security problem here. However, it has the advantage of being pure Perl and all modules come with the core Perl distribution....

GWYN/POE-Component-IKC-0.2402 - 07 Jul 2014 18:41:38 UTC

POE::Component::IKC::Channel - POE Inter-Kernel Communication I/O session River stage two • 9 direct dependents • 11 total dependents

You will never use an IKC Channel directly. They are created by POE::Component::IKC::Server and POE::Component::IKC::Client as needed. This module implements an POE IKC I/O. When a new connection is established, "IKC::Server" and "IKC::Client" create...

GWYN/POE-Component-IKC-0.2402 - 07 Jul 2014 18:41:38 UTC

POE::Component::IKC::Specifier - IKC event specifer River stage two • 9 direct dependents • 11 total dependents

This is a helper module that encapsulates POE IKC specifiers. An IKC specifier is a way of designating either a kernel, a session or a state within a IKC cluster. IKC specifiers have the folloing format : poe:://kernel/session/state kernel may a kern...

GWYN/POE-Component-IKC-0.2402 - 07 Jul 2014 18:41:38 UTC

POE::Component::IKC::ClientLite - Small client for IKC River stage two • 9 direct dependents • 11 total dependents

ClientLite is a small, pure-Perl IKC client implementation. It is very basic because it is intented to be used in places where POE wouldn't fit, like mod_perl. It handles automatic reconnection. When you post an event, ClientLite will try to send the...

GWYN/POE-Component-IKC-0.2402 - 07 Jul 2014 18:41:38 UTC

POE::Component::IKC::Responder - POE IKC state handler River stage two • 9 direct dependents • 11 total dependents

This module implements POE IKC state handling. The responder handles posting states to foreign kernels and calling states in the local kernel at the request of foreign kernels. There are 2 interfaces to the responder. Either by sending states to the ...

GWYN/POE-Component-IKC-0.2402 - 07 Jul 2014 18:41:38 UTC

IKC/LocalKernel.pm River stage two • 9 direct dependents • 11 total dependents

GWYN/POE-Component-IKC-0.2402 - 07 Jul 2014 18:41:38 UTC

IKC.pm River stage two • 9 direct dependents • 11 total dependents

GWYN/POE-Component-IKC-0.2402 - 07 Jul 2014 18:41:38 UTC

IKC/Protocol.pm River stage two • 9 direct dependents • 11 total dependents

GWYN/POE-Component-IKC-0.2402 - 07 Jul 2014 18:41:38 UTC

IKC/Util.pm River stage two • 9 direct dependents • 11 total dependents

GWYN/POE-Component-IKC-0.2402 - 07 Jul 2014 18:41:38 UTC

POE - portable multitasking and networking framework for any event loop River stage three • 401 direct dependents • 538 total dependents

POE is a framework for cooperative, event driven multitasking and networking in Perl. Other languages have similar frameworks. Python has Twisted. TCL has "the event loop". POE provides a unified interface for several other event loops, including sel...

BINGOS/POE-1.370 - 23 Mar 2022 12:47:09 UTC

POE::Filter - protocol abstractions for POE::Wheel and standalone use River stage three • 401 direct dependents • 538 total dependents

POE::Filter objects plug into the wheels and define how the data will be serialized for writing and parsed after reading. POE::Wheel objects are responsible for moving data, and POE::Filter objects define how the data should look. POE::Filter objects...

BINGOS/POE-1.370 - 23 Mar 2022 12:47:09 UTC

Task::POE::All - All of POE on CPAN River stage zero No dependents

This task contains all distributions under the POE namespace....

APOCAL/Task-POE-All-1.102 - 09 Nov 2014 11:07:41 UTC

POE::Event::Message - A generic messaging protocol River stage one • 1 direct dependent • 1 total dependent

This class is a starting point for creating a generic application messaging protocol. The intent is for this to be used as a foundation when building network and/or event-driven applications such as Web services. Features of POE::Event::Message inclu...

CCOBB/POE-Event-Message-0.11 - 23 Feb 2010 16:25:12 UTC

POE::Component::Lightspeed - The romping grounds of IKC2 River stage one • 1 direct dependent • 1 total dependent

In the Lightspeed world, you have either a server or a client. Obviously, the clients connect to servers. In order for server kernels to connect to other kernels, you can run a client and a server session in the same process. Please familiarize yours...

APOCAL/POE-Component-Lightspeed-0.05 - 20 May 2005 11:44:21 UTC

POE::Component::Server::AsyncEndpoint - SOA Asynchronous Endpoint Server River stage one • 1 direct dependent • 1 total dependent

WebServices are very popular Note on the term AES Please note that at times we may abbreviate this project as AES (Asynchronous Endpoint Server), and other times we may use "AES" to refer to the master AES process. It should be clear by context when ...

AIMASS/POE-Component-Server-AsyncEndpoint-0.10_a - 23 Oct 2008 16:12:21 UTC
19 results (0.038 seconds)