Search results for "module:Net::Server::Fork"
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::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
Catalyst::Engine::Server::Fork - Catalyst Server Engine
This Catalyst engine specialized for standalone deployment....
MRAMBERG/Catalyst-Engine-Server-0.03 - 04 Jun 2008 08:05:00 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::IdentServer - An rfc 1413 Ident server using Net::Server::Fork.
Although you can run this as you see in the SYNOPSIS, you'll probably want to rewrite a few things. Net::IdentServer inherits Net::Server, so click through to that module for a description of the arguments to new() and for how it reads @ARGV. An exam...
JETTERO/Net-IdentServer-0.604 - 29 Jun 2014 11:47:29 UTC
Net::TFTPd - Perl extension for Trivial File Transfer Protocol Server
"Net::TFTPd" is a class implementing a simple *Trivial File Transfer Protocol* server in Perl as described in RFC1350. "Net::TFTPd" also supports the TFTP Option Extension (as described in RFC2347), with the following options: RFC2348 TFTP Blocksize ...
VINSWORLD/Net-TFTPd-0.10 - 16 Jul 2016 15:44:10 UTC
NET::MitM - Man in the Middle - connects a client and a server, giving visibility of and control over messages passed.
BAVELING/NET-MitM-0.02
-
16 Apr 2013 10:32:28 UTC
Net::OBEX - implementation of OBEX protocol
WARNING!!! This module is still in its early alpha stage, it is recommended that you use it only for testing. A lot of functionality is still not implemented. The module is a Perl implementation of IrOBEX protocol....
ZOFFIX/Net-OBEX-1.001001 - 01 Feb 2014 04:56:26 UTC
Net::Stomp - A Streaming Text Orientated Messaging Protocol Client
This module allows you to write a Stomp client. Stomp is the Streaming Text Orientated Messaging Protocol (or the Protocol Briefly Known as TTMP and Represented by the symbol :ttmp). It's a simple and easy to implement protocol for working with Messa...
DAKKAR/Net-Stomp-0.61 - 13 Apr 2021 19:55:24 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::Telnet - interact with TELNET port or other TCP ports
Net::Telnet allows you to make client connections to a TCP port and do network I/O, especially to a port using the TELNET protocol. Simple I/O methods such as print, get, and getline are provided. More sophisticated interactive features are provided ...
JROGERS/Net-Telnet-3.05 - 21 Jun 2021 03:47:48 UTC
Net::EasyTCP - Easily create secure, bandwidth-friendly TCP/IP clients and servers
This class allows you to easily create TCP/IP clients and servers and provides an OO interface to manage the connection(s). This allows you to concentrate on the application rather than on the transport. You still have to engineer your high-level pro...
MNAGUIB/EasyTCP-0.26 - 06 Apr 2004 02:50:22 UTC
Net::OpenSSH - Perl SSH client package implemented on top of OpenSSH
Net::OpenSSH is a secure shell client package implemented on top of OpenSSH binary client ("ssh"). Under the hood This package is implemented around the multiplexing feature found in later versions of OpenSSH. That feature allows one to run several s...
SALVA/Net-OpenSSH-0.84 - 02 Jul 2023 18:04:50 UTC
Net::FTPServer - A secure, extensible and configurable Perl FTP server
"Net::FTPServer" is a secure, extensible and configurable FTP server written in Perl. Current features include: * Authenticated FTP access. * Anonymous FTP access. * Complete implementation of current RFCs. * ASCII or binary type file transfers. * Ac...
RYOCHIN/Net-FTPServer-1.125 - 29 Nov 2012 08:31:49 UTC
Net::ProxyMod - Small TCP proxy module for packet alteration.
This is a small module that allows you to create a proxy for packet alteration and debugging. You just need to specify two functions in and outgoing packets will be passed to. In these functions you can then modify the packet if desired. This is usef...
ATRAK/Net-ProxyMod-0.04 - 16 May 2004 10:09:01 UTC