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 "module:POE/Component/Server/TCP.pm"

POE::Component::Server::TCP - a simplified TCP server River stage three • 402 direct dependents • 539 total dependents

POE::Component::Server::TCP implements a generic multi-Session server. Simple services may be put together in a few lines of code. For example, a server that echoes input back to the client: use POE qw(Component::Server::TCP); POE::Component::Server:...

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

POE::Component::Server::Syslog::TCP - syslog tcp server River stage one • 2 direct dependents • 2 total dependents

This component provides very simple syslog services for POE....

BINGOS/POE-Component-Server-Syslog-1.22 - 02 Mar 2017 18:03:02 UTC

POE::Component::Server::Postfix::TCP River stage one • 1 direct dependent • 1 total dependent

HDP/POE-Component-Server-Postfix-0.001 - 02 Nov 2008 20:55:10 UTC

POE::Component::Server::JSONRPC::Tcp - POE tcp based JSON-RPC server River stage one • 1 direct dependent • 1 total dependent

MCMIC/POE-Component-Server-JSONRPC-0.06 - 06 Dec 2017 13:40:01 UTC

POE::Component::Server::PreforkTCP - Perl TCP server , which can fork processes before request and each process can do with requestion corcurrently as same as Apache. River stage one • 1 direct dependent • 1 total dependent

POE::Compoent::Server::PreforkTCP based on POE, the important packages included: Wheel::SocketFactory, Wheel::Run, Component::Server::TCP... etc. * in fact, the Component::Server::TCP is simple and easy to use, so i keep same interface in ::PreforkTC...

WANG/POE-Component-Server-PreforkTCP-0.11 - 19 Dec 2002 14:40:29 UTC

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

Test::POE::Server::TCP - A POE Component providing TCP server services for test cases River stage two • 16 direct dependents • 85 total dependents

Test::POE::Server::TCP is a POE component that provides a TCP server framework for inclusion in client component test cases, instead of having to roll your own. Once registered with the component, a session will receive events related to client conne...

BINGOS/Test-POE-Server-TCP-1.20 - 22 Apr 2016 14:12:00 UTC

POE::Stage - a base class for message-driven objects River stage one • 1 direct dependent • 1 total dependent

POE::Stage is a set of base classes for message-driven objects. It cleanly implements standard patterns that have emerged from years of working with POE and POE::Component modules. As I hope the name implies, POE::Stage objects encapsulate discrete s...

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

POE::Filter - protocol abstractions for POE::Wheel and standalone use River stage three • 402 direct dependents • 539 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

Test::POE::Client::TCP - A POE Component providing TCP client services for test cases River stage two • 10 direct dependents • 36 total dependents

Test::POE::Client::TCP is a POE component that provides a TCP client framework for inclusion in client component test cases, instead of having to roll your own. Once registered with the component, a session will receive events related to connections ...

BINGOS/Test-POE-Client-TCP-1.26 - 16 Nov 2018 19:00:42 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::Component - event driven objects or subsystems River stage three • 402 direct dependents • 539 total dependents

POE "components" are event-driven modules that generally encapsulate mid- to high-level program features. For example, POE::Component::Client::DNS performs message-based asynchronous resolver lookups. POE::Component::Server::TCP is a basic asynchrono...

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

POE::Filter::Stomp - Perl extension for the POE Environment River stage one • 2 direct dependents • 2 total dependents

This module is a filter for the POE environment. It will translate the input buffer into Net::Stomp::Frame objects and serialize the output buffer from said objects. For more information an the STOMP protocol, please refer to: http://stomp.codehaus.o...

KESTEB/POE-Filter-Stomp-0.04 - 04 Jun 2010 16:04:54 UTC

POE::Filter::HTTPD - parse simple HTTP requests, and serialize HTTP::Response River stage three • 402 direct dependents • 539 total dependents

POE::Filter::HTTPD interprets input streams as HTTP 0.9, 1.0 or 1.1 requests. It returns a HTTP::Request objects upon successfully parsing a request. On failure, it returns an HTTP::Response object describing the failure. The intention is that applic...

BINGOS/POE-1.370 - 23 Mar 2022 12:47:09 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::IRC - A fully event-driven IRC client module River stage three • 54 direct dependents • 109 total dependents

POE::Component::IRC is a POE component (who'd have guessed?) which acts as an easily controllable IRC client for your other POE components and sessions. You create an IRC component and tell it what events your session cares about and where to connect...

BINGOS/POE-Component-IRC-6.93 - 15 Jun 2021 18:29:10 UTC

POE::Wheel::ReadWrite - non-blocking buffered I/O mix-in for POE::Session River stage three • 402 direct dependents • 539 total dependents

POE::Wheel::ReadWrite encapsulates a common design pattern: dealing with buffered I/O in a non-blocking, event driven fashion. The pattern goes something like this: Given a filehandle, watch it for incoming data. When notified of incoming data, read ...

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

POE::Filter::FSSocket - a POE filter that parses FreeSWITCH events into hashes River stage one • 1 direct dependent • 1 total dependent

POE::Filter::FSSocket parses output from FreeSWITCH into hashes. FreeSWITCH events have a very wide range of keys, the only consistant one being Content-Type. The keys are dependant on the type of events. You must use the plain event type as that is ...

PTINSLEY/POE-Filter-FSSocket-0.07 - 24 Oct 2006 07:09:53 UTC

POE::Component::Proxy::TCP - a simplified TCP proxy River stage one • 1 direct dependent • 1 total dependent

The POE::Component::Proxy::TCP proxy component hides the steps needed to create a TCP proxy server using PoCo::Server::TCP and PoCo::Client::TCP. The steps aren't many, but they're still tiresome after a while. The proxy that PoCo::Client::TCP helps ...

ANDYPUR/POE-Component-Proxy-TCP-1.2 - 02 Aug 2004 10:32:23 UTC
58 results (0.12 seconds)