Search results for "module:Net::Server::Daemonize"
Net::Server::Daemonize - Safe fork and daemonization utilities
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::SSLeay::OO - OO Calling Method for Net::SSLeay
This set of modules adds an OO calling convention to the Net::SSLeay module. It steers away from overly abstracting things, or adding new behaviour, instead just making the existing functionality easier to use. What does this approach win you over Ne...
SAMV/Net-SSLeay-OO-0.02 - 10 Oct 2009 08:23:39 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::ClientServer - A client/server platform for IPC on localhost
Net::ClientServer is a tool for implementing a basic client/server architecture using a single platform (particularly useful when doing IPC on the localhost). It is easily configured for daemonizing and maintaining state on disk (pidfile & stderr). T...
ROKR/Net-ClientServer-0.0007 - 15 Jun 2010 22:23:52 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