Search results for "module:POE::Resource::Events"

POE::Resource::Events - internal event manager for POE::Kernel River stage three • 401 direct dependents • 538 total dependents

POE::Resource::Events is a mix-in class for POE::Kernel. It hides the complexity of managing POE's events from even POE itself. It is used internally by POE::Kernel, so it has no public interface....

BINGOS/POE-1.370 - 23 Mar 2022 12:47:09 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::Resource - internal resource managers for POE::Kernel River stage three • 401 direct dependents • 538 total dependents

POE manages several types of information internally. Its Resource classes are mix-ins designed to manage those types of information behind tidy, mostly private interfaces. This was done to facilitate testing and a conversion to C without the need to ...

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

POE::Loop - documentation for POE's event loop bridge interface River stage three • 401 direct dependents • 538 total dependents

POE::Loop is a virtual base class that defines a standard event loop interface. POE::Loop subclasses mix into POE::Kernel and implement the features needed to manage underlying event loops in a consistent fashion. This documentation covers the interf...

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

POE::Kernel - an event-based application kernel in Perl River stage three • 401 direct dependents • 538 total dependents

POE::Kernel is the heart of POE. It provides the lowest-level features: non-blocking multiplexed I/O, timers, and signal watchers are the most significant. Everything else is built upon this foundation. POE::Kernel is not an event loop in itself. For...

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

POE::Watcher - a base class for POE::Stage's event watchers River stage one • 1 direct dependent • 1 total dependent

POE::Watcher is a base class for POE::Stage event watchers. It is purely virtual at this time. Common watcher code will eventually be hoisted into this class once patterns emerge in the subclasses. POE::Watcher classes encapsulate POE::Kernel's event...

RCAPUTO/POE-Stage-0.060 - 28 Jul 2009 18:15:54 UTC

POE::Declare - A POE abstraction layer for conciseness and simplicity River stage one • 6 direct dependents • 7 total dependents

POE is a very powerful and flexible system for doing asynchronous programming. But it has the reputation of being difficult to learn, with a somewhat confusing set of abstractions. In particular, it can be tricky to resolve POE's way of programming w...

ADAMK/POE-Declare-0.59 - 03 Feb 2012 11:30:05 UTC

AnyEvent::Impl::POE - AnyEvent adaptor for POE River stage three • 409 direct dependents • 668 total dependents

This module provides transparent support for AnyEvent. You don't have to do anything to make POE work with AnyEvent except by loading POE before creating the first AnyEvent watcher. There are some cases where POE will issue spurious (and non-suppress...

MLEHMANN/AnyEvent-7.17 - 18 Sep 2019 01:11:59 UTC

POE::Resource::Clock - internal clock used for ordering the queue River stage three • 401 direct dependents • 538 total dependents

POE::Resource::Clock is a helper module for POE::Kernel. It provides the features to keep an internal monotonic clock and a wall clock. It also converts between this monotonic clock and the wall clock. The monotonic clock is used to keep an ordered q...

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

POE::Component::Daemon - Handles all the housework for a daemon. River stage one • 1 direct dependent • 1 total dependent

Dealing with all the little details of a forking daemon can be annoying and hard. POE::Component::Daemon encapsulates all the details into one place and (hopefully) gets them right. POE::Component::Daemon will deal with all the annoying details of cr...

GWYN/POE-Component-Daemon-0.1301 - 03 Sep 2013 19:48:52 UTC

POE::Component::Jabber - A POE Component for communicating over Jabber River stage one • 2 direct dependents • 2 total dependents

PCJ is a communications component that fits within the POE framework and provides the raw low level footwork of initiating a connection, negotiatating various protocol layers, and authentication necessary for the end developer to focus more on the bu...

NPEREZ/POE-Component-Jabber-3.00 - 22 Mar 2009 08:51:45 UTC

POE::Resource::Sessions - internal session manager for POE::Kernel River stage three • 401 direct dependents • 538 total dependents

POE::Resource::Sessions is a mix-in class for POE::Kernel. It provides the internal features that manage sessions, regardless of the session type. It is used internally by POE::Kernel. so it has no public interface....

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

POE::Component::JobQueue - a component to manage queues and worker pools River stage one • 2 direct dependents • 2 total dependents

POE::Component::JobQueue manages a finite pool of worker sessions as they handle an arbitrarily large number of tasks. It often is used as a form of flow control, preventing a large group of tasks from exhausting some sort of resource. PoCo::JobQueue...

RCAPUTO/POE-Component-JobQueue-0.571 - 15 May 2011 19:19:02 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::Amazon::S3 - Work with Amazon S3 using POE River stage one • 1 direct dependent • 1 total dependent

POE::Component::Amazon::S3 is an asynchronous Amazon S3 client based loosely on Net::Amazon::S3. Amazon provides an "infinite" Simple Storage Service (S3) where you may store as much data as you like, paying only for the bandwidth and disk space used...

AGRUNDMA/POE-Component-Amazon-S3-0.01 - 09 Feb 2007 16:57:43 UTC

POE::Component::Syndicator - A POE component base class which implements the Observer pattern River stage three • 3 direct dependents • 113 total dependents

POE::Component::Syndicator is a base class for POE components which need to handle a persistent resource (e.g. a connection to an IRC server) for one or more sessions in an extendable way. This module (as well as Object::Pluggable, which this module ...

HINRIK/POE-Component-Syndicator-0.06 - 20 Jun 2011 08:36:26 UTC

POE::Component::Jabber::XMPP River stage one • 2 direct dependents • 2 total dependents

PCJ::XMPP provides all the mechanisms to negotiate TLS, SASL, resource binding, and session negotiation that PCJ needs to successfully establish an XMPP connection. In essence, it implements XMPP Core and a smidgeon of XMPP IM....

NPEREZ/POE-Component-Jabber-3.00 - 22 Mar 2009 08:51:45 UTC

POE::Component::Jabber::Events River stage one • 2 direct dependents • 2 total dependents

POE::Component::Jabber::Events exports many useful constants for tracking the status of PCJ during its operation. Simply subscribe to these events in order to receive notification....

NPEREZ/POE-Component-Jabber-3.00 - 22 Mar 2009 08:51:45 UTC

POE::Component::ResourcePool - Asynchronous generic resource management for POE based apps. River stage one • 3 direct dependents • 5 total dependents

This resource pool object provides very flexible resource management for POE based apps. A pool consists of any number of named, abstract resources to be shared amongst several tasks. Requests for resources can contain arbitrary parameters and are fu...

NUFFIN/POE-Component-ResourcePool-0.04 - 31 Aug 2009 09:38:39 UTC
21 results (0.046 seconds)