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 "POE::Wheel::Run"

POE::Wheel::Run - portably run blocking code and programs in subprocesses River stage three • 402 direct dependents • 539 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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

Verby::Action::Run - a base role for actions which wrap POE::Wheel::Run. River stage one • 2 direct dependents • 2 total dependents

NUFFIN/Verby-0.05 - 31 Mar 2008 11:37:32 UTC - Search in distribution

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 - Search in distribution

mrsh - Mr. Shell runs a command on multiple hosts River stage zero No dependents

The -H has some special magic concerning "[groups]". If a group is specified before any other options or options arguments arguments (but possibly after other groups), it will automatically be expanded to have an imaginary -H before it. Example: # li...

JETTERO/App-MrShell-2.0207 - 08 Jan 2010 16:10:54 UTC - Search in distribution
  • App::MrShell - do everything the mrsh commandline tool can do and more

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 - Search in distribution

perlepigraphs - list of Perl release epigraphs River stage five • 11693 direct dependents • 33184 total dependents

Many Perl release announcements included an *epigraph*, a short excerpt from a literary or other creative work, chosen by the pumpking or release manager. This file assembles the known list of epigraph for posterity, and also links to the release ann...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution

App::Diskd - An example POE-based, peer-to-peer disk finder/announcer River stage zero No dependents

This program is intended as an example of: 1. using multicast to send and receive data among several peers 2. communicating with local clients via a Unix domain socket 3. using POE to achieve both of the above 4. using POE to periodically run an exte...

DMALONE/App-Diskd-0.01 - 23 Sep 2013 21:46:42 UTC - Search in distribution

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 - Search in distribution

MojoX::Run - asynchronous external command and subroutine execution for Mojo River stage zero No dependents

BFG/MojoX-Run-0.15 - 28 Feb 2011 19:03:31 UTC - Search in distribution

Log::Log4perl::FAQ - Frequently Asked Questions on Log::Log4perl River stage four • 380 direct dependents • 1097 total dependents

This FAQ shows a wide variety of commonly encountered logging tasks and how to solve them in the most elegant way with Log::Log4perl. Most of the time, this will be just a matter of smartly configuring your Log::Log4perl configuration files. Why use ...

ETJ/Log-Log4perl-1.57 - 21 Oct 2022 16:47:36 UTC - Search in distribution

filesyslogger - Tails the configured files and sends it to syslog. River stage zero No dependents

VVELOX/File-Syslogger-0.0.2 - 27 Nov 2021 15:07:30 UTC - Search in distribution

Bot::BasicBot - simple irc bot baseclass River stage two • 10 direct dependents • 51 total dependents

Basic bot system designed to make it easy to do simple bots, optionally forking longer processes (like searches) concurrently in the background. There are several examples of bots using Bot::BasicBot in the examples/ folder in the Bot::BasicBot tarba...

BIGPRESH/Bot-BasicBot-0.93 - 02 Feb 2018 00:13:02 UTC - Search in distribution

AnyEvent::Run - Run a process or coderef asynchronously River stage one • 2 direct dependents • 2 total dependents

AnyEvent::Run is a subclass of AnyEvent::Handle, so reading it's documentation first is recommended. This module is designed to run a child process, using an explicit command line, a class name, or a coderef. It should work on any Unix system as well...

AGRUNDMA/AnyEvent-Run-0.01 - 21 Jul 2009 14:18:36 UTC - Search in distribution

POE::Wheel::GnuPG - offer GnuPG interaction through POE River stage one • 1 direct dependent • 1 total dependent

POE-Wheel-GnuPG provides a GPG interface to your POE Session. Its main benefits are that it allows asynchronous encryption and decryption, and allow you to encrypt or decrypt on the fly, without having to store data in a file, even when the data is h...

DAMS/POE-Wheel-GnuPG-0.01 - 23 May 2009 08:43:09 UTC - Search in distribution
94 results (0.126 seconds)