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

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 - 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 - portable multitasking and networking framework for any event loop River stage three • 402 direct dependents • 539 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 - 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

AnyEvent::Subprocess - flexible, OO, asynchronous process spawning and management River stage one • 2 direct dependents • 2 total dependents

There are so many possible ways to use this module that a tutorial would take me months to write. You should definitely read the test suite to see what possibilities exist. (There is also an examples directory in the dist.) The basic "flow" is like i...

JROCKWAY/AnyEvent-Subprocess-1.102912 - 25 Feb 2011 19:38:50 UTC - Search in distribution

Bot::Cobalt::Manual::Plugins - Bot::Cobalt plugin authoring reference River stage two • 15 direct dependents • 15 total dependents

This POD attempts to be a reasonably complete guide to writing Bot::Cobalt plugins. For a quick-start guide, try Bot::Cobalt::Manual::Plugins::Tutorial. Refer to "SEE ALSO" for other relevant documentation, such as instructions on packaging up your p...

AVENJ/Bot-Cobalt-0.021003 - 31 Jul 2016 18:45:20 UTC - Search in distribution

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

File::Syslogger - Use POE to tail a file and read new lines into syslog. River stage zero No dependents

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

POE::Component::Client::HTTP - a HTTP user-agent component River stage two • 39 direct dependents • 55 total dependents

POE::Component::Client::HTTP is an HTTP user-agent for POE. It lets other sessions run while HTTP transactions are being processed, and it lets several HTTP transactions be processed in parallel. It supports keep-alive through POE::Component::Client:...

RCAPUTO/POE-Component-Client-HTTP-0.949 - 08 Jul 2014 18:10:16 UTC - Search in distribution

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

POE::Component::CPAN::SQLite::Info - non-blocking wrapper around CPAN::SQLite::Info with file fetching abilities. River stage one • 2 direct dependents • 2 total dependents

ZOFFIX/POE-Component-CPAN-SQLite-Info-0.11 - 13 Nov 2013 00:37:28 UTC - Search in distribution

POE::Component::Client::Keepalive - manage connections, with keep-alive River stage two • 11 direct dependents • 56 total dependents

POE::Component::Client::Keepalive creates and manages connections for other components. It maintains a cache of kept-alive connections for quick reuse. It is written specifically for clients that can benefit from kept-alive connections, such as HTTP ...

RCAPUTO/POE-Component-Client-Keepalive-0.272 - 08 Jul 2014 17:56:27 UTC - Search in distribution

POE::Filter::Snort - a POE stream filter that parses Snort logs into hashes River stage one • 1 direct dependent • 1 total dependent

POE::Filter::Snort parses streams containing Snort alerts. Each alert is returned as a hash containing the following fields: comment, class, priority, src_ip, dst_ip, src_port, dst_port, xref, raw. Most fields are optional. For example, some snort al...

RCAPUTO/POE-Filter-Snort-0.031 - 09 Mar 2010 06:58:50 UTC - Search in distribution

POE::Component::Fuse - Using FUSE in POE asynchronously River stage one • 2 direct dependents • 2 total dependents

This module allows you to use FUSE filesystems in POE. Basically, it is a wrapper around Fuse and exposes it's API via events. Furthermore, you can use Filesys::Virtual to handle the filesystem. The standard way to use this module is to do this: use ...

APOCAL/POE-Component-Fuse-0.05 - 02 Feb 2009 05:24:00 UTC - Search in distribution

POE::Component::SSLify - Makes using SSL in the world of POE easy! River stage two • 13 direct dependents • 23 total dependents

This component is a method to simplify the SSLification of a socket before it is passed to a POE::Wheel::ReadWrite wheel in your application. Client usage # Import the module use POE::Component::SSLify qw( Client_SSLify ); # Create a normal SocketFac...

APOCAL/POE-Component-SSLify-1.012 - 14 Nov 2014 20:21:21 UTC - Search in distribution

App::CPAN2Pkg::Worker - poe session to drive a module packaging River stage zero No dependents

"App::CPAN2Pkg::Worker" implements a POE session driving the whole packaging process of a given module. It has different subclasses, used to match the diversity of Linux distributions. It is spawned by "App::CPAN2Pkg::Controller" and uses a "App::CPA...

JQUELIN/App-CPAN2Pkg-3.004 - 12 Jun 2014 12:05:53 UTC - Search in distribution

POE::Filter::HTTPD::Chunked - Drop-in replacement for POE::Filter::HTTPD that also support HTTP1.1 chunked transfer-encoding. River stage one • 1 direct dependent • 1 total dependent

POE::Filter::HTTPD::Chunked interprets input streams as HTTP requests. It returns a HTTP::Request object upon successfully parsing a request. On failure, it returns an HTTP::Response object describing the failure. The intention is that application co...

MMORGAN/POE-Filter-HTTPD-Chunked-0.9 - 01 Mar 2010 11:54:23 UTC - Search in distribution

POE::Component::WWW::DoingItWrongCom::RandImage - non-blocking way to get URIs to random images from http://www.doingitwrong.com River stage one • 2 direct dependents • 2 total dependents

The module is a non-blocking wrapper around WWW::DoingItWrongCom::RandImage which fetches a URI for a random image from <http://www.doingitwrong.com>...

ZOFFIX/POE-Component-WWW-DoingItWrongCom-RandImage-0.03 - 16 Dec 2013 23:43:29 UTC - Search in distribution

POE::Component::Client::MogileFS - an async MogileFS client for POE River stage one • 1 direct dependent • 1 total dependent

POE::Component::Client::MogileFS is a POE component that uses Wheel::Run to fork off child processes which will execute MogileFS::Client methods with your provided data asyncronously. By default it will not allow more than 10 concurrent connections, ...

MOCK/POE-Component-Client-MogileFS-0.02 - 19 May 2007 00:53:07 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
20 results (0.112 seconds)