Search results for "module:Net::Server::Proto::UNIX"
Net::Server::Proto::UNIX - Net::Server UNIX protocol.
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
Net::QMTP - Quick Mail Transfer Protocol (QMTP) client
This module implements an object orientated interface to a Quick Mail Transfer Protocol (QMTP) client, which enables a perl program to send email by QMTP. CONSTRUCTOR new(HOST [, OPTIONS]) The new() constructor creates a new Net::QMTP object and retu...
JRAFTERY/Net-QMTP-0.06 - 02 Nov 2004 15:05:19 UTC
Net::Gen - generic sockets interface handling
The "Net::Gen" module provides basic services for handling socket-based communications. It supports no particular protocol family directly, however, so it is of direct use primarily to implementors of other modules. To this end, several housekeeping ...
SPIDB/Net-ext-1.011 - 10 Apr 2002 11:34:56 UTC
Net::Ping - check a remote host for reachability
This module contains methods to test the reachability of remote hosts on a network. A ping object is first created with optional parameters, a variable number of hosts may be pinged multiple times and then the connection is closed. You may choose one...
RURBAN/Net-Ping-2.75 - 05 Sep 2022 14:32:58 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::Proto - Net::Server Protocol compatibility layer
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::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::Dev::Tools::Syslog - Send, Listen Parse Syslog messages.
Module provides methods to parse syslog files, send syslog messages to syslog server, listen for syslog message on localhost. Parser parse method creates a class that configures the parser used on each syslog file entry (line) sent to the parser. The...
SPARSONS/Net-Dev-Tools-Syslog-1.0.0 - 27 Dec 2006 21:00:47 UTC
Net::Server::NonBlocking - An object interface to non-blocking I/O server engine
You can use this module to establish non-blocking style TCP servers without being messy with the hard monotonous routine work. This module is not state-of-the-art of non-blocking server, it consumes some additional memories and executes some extra li...
ROMERUN/Net-Server-NonBlocking-0.048 - 27 Jul 2003 19:06:55 UTC
Net::Server::Proto::UNIXDGRAM - Net::Server UNIXDGRAM protocol.
Protocol module for Net::Server. This module implements the UNIX SOCK_DGRAM 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