Search results for "module:Net::Server::MultiType"
Net::Server::MultiType - Net::Server personality
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::INET - Net::Server personality
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::Single - Net::Server personality
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::Fork - Net::Server personality
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::PSGI - basic Net::Server based PSGI HTTP server class
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::HTTP - very basic Net::Server based HTTP server class
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::Thread - Net::Server personality
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
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::PreForkSimple - Net::Server personality
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