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

Search results for "module:POE::Wheel::Run"

POE::Wheel::Run - portably run blocking code and programs in subprocesses River stage three • 401 direct dependents • 538 total dependents

POE::Wheel::Run executes a program or block of code in a subprocess, created the usual way: using fork(). The parent process may exchange information with the child over the child's STDIN, STDOUT and STDERR filehandles. In the parent process, the POE...

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

Reflex::POE::Wheel::Run - Represent POE::Wheel::Run as a Reflex class. River stage one • 7 direct dependents • 7 total dependents

Reflex::POE::Wheel::Run represents an enhanced POE::Wheel::Run object. It will manage a child process, and it will also wait for (and report on) the corresponding SIGCHLD. This module delegates to POE::Wheel::Run for most of its implementation. Pleas...

RCAPUTO/Reflex-0.100 - 02 Apr 2017 21:56:28 UTC

POE::Wheel::Run::DaemonHelper - Helper for the POE::Wheel::Run for easy controlling logging of stdout/err as well as restarting with backoff. River stage zero No dependents

VVELOX/POE-Wheel-Run-DaemonHelper-0.1.0 - 27 Jan 2024 21:32:17 UTC

lib/POE/Wheel/Run/Win32.pm River stage one • 1 direct dependent • 1 total dependent

POE::Wheel::Run::Win32 executes a program or block of code in a subprocess. The parent process may exchange information with the child over the child's STDIN, STDOUT and STDERR filehandles. It is basically a shim around POE::Wheel::Run, since all the...

BINGOS/POE-Wheel-Run-Win32-0.20 - 10 Apr 2017 13:45:05 UTC

lib/POE/Watcher/Wheel/Run.pm River stage one • 1 direct dependent • 1 total dependent

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

POE::Component::WheelRun::Pool - POE::Wheel::Run worker pool River stage one • 1 direct dependent • 1 total dependent

BLHOTSKY/POE-Component-WheelRun-Pool-0.003 - 13 Nov 2018 05:00:51 UTC

POE::Wheel::UDP - POE Wheel for UDP handling. River stage one • 3 direct dependents • 3 total dependents

POE Wheel for UDP handling....

HACHI/POE-Wheel-UDP-0.02 - 17 Jun 2006 09:05:19 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 - 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

Reflex::POE::Wheel - Base class for POE::Wheel wrappers. River stage one • 7 direct dependents • 7 total dependents

Reflex::POE::Wheel is a base class for Reflex objects that wrap and watch POE::Wheel objects. Subclasses define a handful of methods that describe the wheels they wrap. Reflex::POE::Wheel will use the configuration to validate constructor parameters,...

RCAPUTO/Reflex-0.100 - 02 Apr 2017 21:56:28 UTC

POE::Watcher::Wheel - watch a POE::Wheel rather than reinvent it River stage one • 1 direct dependent • 1 total dependent

TODO - Write....

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

POE::Wheel - event-driven mixins for POE::Session River stage three • 401 direct dependents • 538 total dependents

A POE::Wheel object encapsulates a bundle of event handlers that perform a specific task. It also manages the event watchers that trigger those handlers. Object lifetime is very important for POE wheels. At creation time, most wheels will add anonymo...

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

POE::NFA - an event-driven state machine (nondeterministic finite automaton) River stage three • 401 direct dependents • 538 total dependents

POE::NFA implements a different kind of POE session: A non-deterministic finite automaton. Let's break that down. A finite automaton is a state machine with a bounded number of states and transitions. Technically, POE::NFA objects may modify themselv...

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::Quickie - A lazy way to wrap blocking code and programs River stage one • 2 direct dependents • 2 total dependents

If you need nonblocking access to an external program, or want to execute some blocking code in a separate process, but you don't want to write a wrapper module or some POE::Wheel::Run boilerplate code, then POE::Quickie can help. You just specify wh...

HINRIK/POE-Quickie-0.18 - 15 Dec 2011 21:57:49 UTC

POE::Wheel::Audio::Mad - POE Wheel implementing in-session non-blocking mpeg stream playing River stage one • 1 direct dependent • 1 total dependent

POE::Wheel::Audio::Mad is an attempt to bring a naitive perl mpeg decoder into a perl session. This module was written to work as a POE Wheel due to it's nature -- it simply playes mpeg streams -- you have to do the job of controlling the player and ...

MISCHKE/POE-Wheel-Audio-Mad-0.3 - 23 Oct 2003 05:50:20 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

Net::GPSD3::POE - Net::GPSD3 POE Session object River stage zero No dependents

This package adds a POE::Session capabilty to Net::GPSD3....

MRDVT/Net-GPSD3-POE-0.17 - 10 Apr 2011 21:18:31 UTC

POE::Filter::Map - transform input and/or output within a filter stack River stage three • 401 direct dependents • 538 total dependents

POE::Filter::Map transforms data inside the filter stack. It may be used to transform input, output, or both depending on how it is constructed. This filter is named and modeled after Perl's built-in map() function. POE::Filter::Map is designed to be...

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

POE::Filter::SSL - The easiest and flexiblest way to SSL in POE! River stage one • 2 direct dependents • 2 total dependents

This module allows one to secure connections of *POE::Wheel::ReadWrite* with OpenSSL by a *POE::Filter* object, and behaves (beside of SSLing) as *POE::Filter::Stream*. *POE::Filter::SSL* can be added, switched and removed during runtime, for example...

PRIVI/POE-Filter-SSL-0.41 - 15 Feb 2018 15:35:38 UTC
100 results (0.045 seconds)