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

Search results for "dist:Net-Server"

Net::Server - Extensible, general Perl server engine River stage two • 36 direct dependents • 88 total dependents

"Net::Server" is an extensible, generic Perl server engine. "Net::Server" attempts to be a generic server as in "Net::Daemon" and "NetServer::Generic". It includes with it the ability to run as an inetd process ("Net::Server::INET"), a single connect...

RHANDOM/Net-Server-2.014 - 14 Mar 2023 17:16:00 UTC

Net::Server::SIG - adpf - Safer signal handling River stage two • 36 direct dependents • 88 total dependents

Signals prior in Perl prior to 5.7 were unsafe. Since then signals have been implemented in a more safe algorithm. Net::Server::SIG provides backwards compatibility, while still working reliably with newer releases. Using a property of the select() f...

RHANDOM/Net-Server-2.014 - 14 Mar 2023 17:16:00 UTC

Net::Server::PSGI - basic Net::Server based PSGI HTTP server class River stage two • 36 direct dependents • 88 total dependents

If you want a more fully featured PSGI experience, it would be wise to look at the Plack and Starman set of modules. Net::Server::PSGI is intended as an easy gateway into PSGI. But to get the most out of all that PSGI has to offer, you should review ...

RHANDOM/Net-Server-2.014 - 14 Mar 2023 17:16:00 UTC

Net::Server::Fork - Net::Server personality River stage two • 36 direct dependents • 88 total dependents

Please read the pod on Net::Server first. This module is a personality, or extension, or sub class, of the Net::Server module. This personality binds to one or more ports and then waits for a client connection. When a connection is received, the serv...

RHANDOM/Net-Server-2.014 - 14 Mar 2023 17:16:00 UTC

Net::Server::HTTP - very basic Net::Server based HTTP server class River stage two • 36 direct dependents • 88 total dependents

Even though Net::Server::HTTP doesn't fall into the normal parallel of the other Net::Server flavors, handling HTTP requests is an often requested feature and is a standard and simple protocol. Net::Server::HTTP begins with base type MultiType defaul...

RHANDOM/Net-Server-2.014 - 14 Mar 2023 17:16:00 UTC

Net::Server::INET - Net::Server personality River stage two • 36 direct dependents • 88 total dependents

Please read the pod on Net::Server first. This module is a personality, or extension, or sub class, of the Net::Server module. This personality is intended for use with inetd. It offers no methods beyond the Net::Server base class. This module operat...

RHANDOM/Net-Server-2.014 - 14 Mar 2023 17:16:00 UTC

Net::Server::Proto - Net::Server Protocol compatibility layer River stage two • 36 direct dependents • 88 total dependents

Net::Server::Proto is an intermediate module which returns IO::Socket style objects blessed into its own set of classes (ie Net::Server::Proto::TCP, Net::Server::Proto::UNIX). Only three or four protocols come bundled with Net::Server. TCP, UDP, UNIX...

RHANDOM/Net-Server-2.014 - 14 Mar 2023 17:16:00 UTC

Net::Server::Single - Net::Server personality River stage two • 36 direct dependents • 88 total dependents

This module offers no functionality beyond the Net::Server base class. This modules only purpose is to provide parallelism for the MultiType personality. See Net::Server...

RHANDOM/Net-Server-2.014 - 14 Mar 2023 17:16:00 UTC

Net::Server::Thread - Net::Server personality River stage two • 36 direct dependents • 88 total dependents

Please read the pod on Net::Server first. This module is a personality, or extension, or sub class, of the Net::Server module. This personality binds to one or more ports and then waits for a client connection. When a connection is received, the serv...

RHANDOM/Net-Server-2.014 - 14 Mar 2023 17:16:00 UTC

Net::Server::PreFork - Net::Server personality River stage two • 36 direct dependents • 88 total dependents

Please read the pod on Net::Server and Net::Server::PreForkSimple first. This module is a personality, or extension, or sub class, of the Net::Server::PreForkSimple class which is a sub class of Net::Server. See Net::Server::PreForkSimple. This perso...

RHANDOM/Net-Server-2.014 - 14 Mar 2023 17:16:00 UTC

Net::Server::Multiplex - Multiplex several connections within one process River stage two • 36 direct dependents • 88 total dependents

This personality is designed to handle multiple connections all within one process. It should only be used with protocols that are guaranteed to be able to respond quickly on a packet by packet basis. If determining a response could take a while or a...

RHANDOM/Net-Server-2.014 - 14 Mar 2023 17:16:00 UTC

Net::Server::MultiType - Net::Server personality River stage two • 36 direct dependents • 88 total dependents

Please read the pod on Net::Server first. This module is a personality, or extension, or sub class, of the Net::Server module. This personality is intended to allow for easy use of multiple Net::Server personalities. Given a list of server types, Net...

RHANDOM/Net-Server-2.014 - 14 Mar 2023 17:16:00 UTC

Net::Server::Daemonize - Safe fork and daemonization utilities River stage two • 36 direct dependents • 88 total dependents

This module is intended to let you simply and safely daemonize your server on systems supporting the POSIX module. This means that your Perl script runs in the background, and it's process ID is stored in a file so you can easily stop it later....

RHANDOM/Net-Server-2.014 - 14 Mar 2023 17:16:00 UTC

Net::Server::Proto::TCP - Net::Server TCP protocol. River stage two • 36 direct dependents • 88 total dependents

Protocol module for Net::Server. This module implements the SOCK_STREAM socket type under INET (also known as TCP). See Net::Server::Proto....

RHANDOM/Net-Server-2.014 - 14 Mar 2023 17:16:00 UTC

Net::Server::Proto::UDP - Net::Server UDP protocol. River stage two • 36 direct dependents • 88 total dependents

Protocol module for Net::Server. This module implements the SOCK_DGRAM socket type under INET (also known as UDP). See Net::Server::Proto....

RHANDOM/Net-Server-2.014 - 14 Mar 2023 17:16:00 UTC

Net::Server::Proto::SSL - Net::Server SSL protocol. River stage two • 36 direct dependents • 88 total dependents

Protocol module for Net::Server based on IO::Socket::SSL. This module implements a secure socket layer over tcp (also known as SSL) via the IO::Socket::SSL module. If this module does not work in your situation, please also consider using the SSLEAY ...

RHANDOM/Net-Server-2.014 - 14 Mar 2023 17:16:00 UTC

Net::Server::Proto::UNIX - Net::Server UNIX protocol. River stage two • 36 direct dependents • 88 total dependents

Protocol module for Net::Server. This module implements the UNIX SOCK_STREAM socket type. See Net::Server::Proto. Any sockets created during startup will be chown'ed to the user and group specified in the startup arguments....

RHANDOM/Net-Server-2.014 - 14 Mar 2023 17:16:00 UTC

lib/Net/Server.pm River stage two • 36 direct dependents • 88 total dependents

RHANDOM/Net-Server-2.014 - 14 Mar 2023 17:16:00 UTC

Net::Server::PreForkSimple - Net::Server personality River stage two • 36 direct dependents • 88 total dependents

Please read the pod on Net::Server first. This module is a personality, or extension, or sub class, of the Net::Server module. This personality binds to one or more ports and then forks "max_servers" child processes. The server will make sure that at...

RHANDOM/Net-Server-2.014 - 14 Mar 2023 17:16:00 UTC

Net::Server::Proto::SSLEAY - Custom Net::Server SSL protocol handler based on Net::SSLeay. River stage two • 36 direct dependents • 88 total dependents

This module has reliably been used in situations receiving millions of hits on a single box per day. If anybody has any successes or ideas for improvement under SSLEAY, please email <paul@seamons.com>. Protocol module for Net::Server. This module imp...

RHANDOM/Net-Server-2.014 - 14 Mar 2023 17:16:00 UTC
24 results (0.022 seconds)