Search results for "module:Net::Server::PreFork"
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::SS::PreFork - a hot-deployable variant of Net::Server::PreFork
Net::Server::SS::PreFork is Net::Server personality, extending Net::Server::PreFork, that can be run by the start_server script of Server::Starter....
KAZUHO/Net-Server-SS-PreFork-0.05 - 22 Feb 2010 01:36:20 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
Net::Server::Mail::SMTP::Prefork - Prefork SMTP Server
Net::Server::Mail::SMTP::Prefork is preforking SMTP server....
UCHIKO/Net-Server-Mail-SMTP-Prefork-0.01 - 08 Jun 2013 17:50:56 UTC
Catalyst::Engine::Server::PreFork - Catalyst Server Engine
This Catalyst engine specialized for standalone deployment....
MRAMBERG/Catalyst-Engine-Server-0.03 - 04 Jun 2008 08:05:00 UTC
Net::Waiter
Net::Waiter is a base class which implements compact INET network socket server....
CADE/Net-Waiter-1.10 - 25 Nov 2023 11:37:35 UTC
Net::Daemon - Perl extension for portable daemons
Net::Daemon is an abstract base class for implementing portable server applications in a very simple way. The module is designed for Perl 5.005 and threads, but can work with fork() and Perl 5.004. The Net::Daemon class offers methods for the most co...
TODDR/Net-Daemon-0.49 - 25 Sep 2020 17:46:44 UTC
Net::Server::ZMQ - Preforking ZeroMQ job server
"Net::Server::ZMQ" is a Net::Server personality based on Net::Server::PreFork, providing an easy way of creating a preforking ZeroMQ job server. It uses ZMQ::FFI for ZeroMQ integration, independent of the installed "libzmq" version. You will need to ...
IDOPEREL/Net-Server-ZMQ-0.001001 - 09 Feb 2015 22:20:25 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::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::BEEP::Lite - Perl framework for BEEP (RFC 3080, 3081).
Net::BEEP::Lite is a "lightweight" implementation of a BEEP client/server framework, born out of a desire to have the ability to simple BEEP client and server work without attempting to be the last word on BEEP in Perl. One thing this package does is...
DBLACKA/Net-BEEP-Lite-0.06 - 22 Apr 2004 21:03:09 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::MPRPC::Client - Synchronous MessagePack RPC client
This module is a simple synchronous MessagePack-RPC client, designed to use in synchronous application (e.g. prefork server) For asynchronous version of this module, take a look at AnyEvent::MPRPC::Client....
TYPESTER/Net-MPRPC-Client-0.02 - 25 Mar 2011 04:04:53 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::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::DNSServer::DBMCache - AnyDBM_File DNS Cache resolver
A Net::DNSServer::Base which uses AnyDBM_File with locking to implement a DNS Cache on disk to allow the cache to be shared across processes. This is useful if the server forks (Net::Server::PreFork) and to preserve memory by not having to store larg...
BBB/Net-DNSServer-0.11 - 13 Nov 2002 20:07:05 UTC
Net::Server::Framework - an event driven infrastructure around Net::Server
"Net::Server::Framework" is the result of many iterations of backend daemon programming. I use the "Net::Server::PreFork" code for some years now and wrote some libs around it. This is an attempt to take those libs and release them. The challenge for...
NORBU/Net-Server-Framework-1.2 - 12 Jan 2009 23:07:32 UTC
Net::LDAP::SimpleServer - Minimal-configuration, read-only LDAP server
As the name suggests, this module aims to implement a simple LDAP server, using many components already available in CPAN. It can be used for prototyping and/or development purposes. This is NOT intended to be a production-grade server, although some...
RUSSOZ/Net-LDAP-SimpleServer-0.0.21 - 11 Nov 2017 23:53:39 UTC