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

Search results for "module:POE::Class::Server::TCP"

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::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::Component::Server::TCP - a simplified TCP server River stage three • 401 direct dependents • 538 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 - event driven objects or subsystems River stage three • 401 direct dependents • 538 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::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::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

POE::Component::Client::TCP - a simplified TCP client River stage three • 401 direct dependents • 538 total dependents

POE::Component::Client::TCP implements a generic single-Session client. Internally it uses POE::Wheel::SocketFactory to establish the connection and POE::Wheel::ReadWrite to interact with the server. POE::Component::Client::TCP is customized by provi...

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

POE::Component::Sequence - Asynchronous sequences with multiple callbacks River stage one • 2 direct dependents • 3 total dependents

A Sequence is a series of code blocks (actions) that are executed (handled) within the same context, in series. Each action has access to the sequence object, can pause it, finish the sequence, add additional actions to be performed later, or store v...

EWATERS/POE-Component-Sequence-0.02 - 17 Sep 2012 16:05:31 UTC

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

POE::Wheel::SocketFactory - non-blocking socket creation River stage three • 401 direct dependents • 538 total dependents

POE::Wheel::SocketFactory creates sockets upon demand. It can create connectionless UDP sockets, but it really shines for client/server work where establishing connections normally would block....

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

POE::Component::Client::AMQP - Asynchronous AMQP client implementation in POE River stage one • 1 direct dependent • 1 total dependent

This module implements the Advanced Message Queue Protocol (AMQP) TCP/IP client. It's goal is to provide users with a quick and easy way of using AMQP while at the same time exposing the advanced functionality of the protocol if needed. The (de)seria...

EWATERS/POE-Component-Client-AMQP-0.03 - 22 Jun 2012 15:58:18 UTC

POE::Component::IKC::Server - POE Inter-kernel Communication server River stage two • 9 direct dependents • 11 total dependents

This module implements a POE IKC server. A IKC server listens for incoming connections from IKC clients. When a client connects, it negociates certain connection parameters. After this, the POE server and client are pretty much identical....

GWYN/POE-Component-IKC-0.2402 - 07 Jul 2014 18:41:38 UTC

POE::Component::Server::Time - A POE component that implements an RFC 868 Time server. River stage one • 2 direct dependents • 2 total dependents

POE::Component::Server::Time implements a RFC 868 <http://www.faqs.org/rfcs/rfc868.html> TCP/UDP Time server, using POE. It is a class inherited from POE::Component::Server::Echo....

BINGOS/POE-Component-Server-Time-1.16 - 26 Feb 2017 18:56:56 UTC

POE::Component::Server::Qotd - A POE component that implements an RFC 865 QotD server. River stage one • 2 direct dependents • 2 total dependents

POE::Component::Server::Chargen implements a RFC 865 <http://www.faqs.org/rfcs/rfc865.html> TCP/UDP QotD server, using POE. It is a class inherited from POE::Component::Server::Echo....

BINGOS/POE-Component-Server-Qotd-1.16 - 26 Feb 2017 18:51:37 UTC

POE::Component::Server::Echo - A POE component that implements an RFC 862 Echo server. River stage one • 7 direct dependents • 7 total dependents

POE::Component::Server::Echo implements a RFC 862 <http://www.faqs.org/rfcs/rfc862.html> TCP/UDP echo server, using POE. The component encapsulates a class which may be used to implement further RFC protocols....

BINGOS/POE-Component-Server-Echo-1.66 - 26 Feb 2017 18:26:23 UTC

POE::Component::Client::UserAgent - LWP and LWP::Parallel based user agent River stage one • 1 direct dependent • 1 total dependent

Note: "POE::Component::Client::UserAgent" dependencies frequently have problems installing. This module is difficult to maintain when the latest dependencies don't work. As a result, we prefer to maintain and recommend POE::Component::Client::HTTP. T...

RCAPUTO/POE-Component-Client-UserAgent-0.08 - 09 Mar 2010 07:26:44 UTC

POE::Component::Server::Discard - A POE component that implements an RFC 863 Discard server. River stage one • 2 direct dependents • 2 total dependents

POE::Component::Server::Discard implements a RFC 863 <http://www.faqs.org/rfcs/rfc863.html> TCP/UDP discard server, using POE. It is a class inherited from POE::Component::Server::Echo....

BINGOS/POE-Component-Server-Discard-1.16 - 26 Feb 2017 18:43:43 UTC

POE::Component::Server::Daytime - A POE component that implements an RFC 867 Daytime server. River stage one • 2 direct dependents • 2 total dependents

POE::Component::Server::Daytime implements a RFC 867 <http://www.faqs.org/rfcs/rfc867.html> TCP/UDP Daytime server, using POE. It is a class inherited from POE::Component::Server::Echo....

BINGOS/POE-Component-Server-Daytime-1.16 - 26 Feb 2017 18:37:06 UTC

POE::Component::Server::Chargen - A POE component that implements an RFC 864 Chargen server. River stage one • 2 direct dependents • 2 total dependents

POE::Component::Server::Chargen implements a RFC 864 <http://www.faqs.org/rfcs/rfc864.html> TCP/UDP chargen server, using POE. It is a class inherited from POE::Component::Server::Echo....

BINGOS/POE-Component-Server-Chargen-1.16 - 26 Feb 2017 18:34:15 UTC

POE::Component::Server::IRC::Backend - A POE component class that provides network connection abstraction for POE::Component::Server::IRC River stage one • 6 direct dependents • 6 total dependents

POE::Component::Server::IRC::Backend - A POE component class that provides network connection abstraction for POE::Component::Server::IRC. It uses a plugin system. See POE::Component::Server::IRC::Plugin for details....

BINGOS/POE-Component-Server-IRC-1.62 - 28 Dec 2021 18:57:15 UTC
21 results (0.068 seconds)