Search results for "module:Net::Server::Proto::TCP"
Net::Server::Proto::TCP - Net::Server TCP protocol.
Protocol module for Net::Server. This module implements the SOCK_STREAM socket type under INET (also known as TCP). See Net::Server::Proto....
RHANDOM/Net-Server-2.014 - 14 Mar 2023 17:16:00 UTC
Net::Ident - lookup the username on the remote end of a TCP/IP connection
You can either use the simple interface, which does one ident lookup at a time, or use the asynchronous interface to perform (possibly) many simultaneous lookups, or simply continue serving other things while the lookup is proceeding. Simple Interfac...
TODDR/Net-Ident-1.25 - 19 Jan 2020 06:06:17 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::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::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::Graphite - Interface to Graphite
Interface to Graphite which doesn't depend on AnyEvent....
SLANNING/Net-Graphite-0.19 - 13 Apr 2020 21:17:20 UTC
Net::DNS::Dig - dig like methods
* $dig = new Net::DNS::Dig( # optional parameters Timeout => 15, # default Class => 'IN', # default PeerAddr => host or [name1, name2, ...] default local NS PeerPort => 53, # default Proto => 'UDP', # default Recursion => 1, # default QuesHead => 0, ...
MIKER/Net-DNS-Dig-0.12 - 17 Feb 2014 04:31:00 UTC
Test::Net::Connect - Test::Builder based tests for network connectivity
NIKC/Test-Net-Connect-0.03
-
14 Jul 2005 14:35:24 UTC
Test::Net::Service - test different network services
This should a collection of basic test for network services. Check the list and the description Services....
JKUTEJ/Test-Server-0.06 - 11 Dec 2009 16:06:26 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::Multiplex - Multiplex several connections within one process
This personality is designed to handle multiple connections all within one process. It should only be used with protocols that are guaranteed to be able to respond quickly on a packet by packet basis. If determining a response could take a while or a...
RHANDOM/Net-Server-2.014 - 14 Mar 2023 17:16:00 UTC
Net::Socket::NonBlock - Perl extension for easy creation multi-socket single-thread application, especially non-forking TCP servers
This module provides simple way to work with number of non-blocking sockets. It hides most of routine operations with "IO::Socket::INET", "IO::Select" and provides you the asynchronous Input-Output functions. Module was designed as a part of a multi-...
TPABA/Net-Socket-NonBlock-0.15 - 01 Apr 2003 03:17:31 UTC
Net::Server::Proto::SSL - Net::Server SSL protocol.
Protocol module for Net::Server based on IO::Socket::SSL. This module implements a secure socket layer over tcp (also known as SSL) via the IO::Socket::SSL module. If this module does not work in your situation, please also consider using the SSLEAY ...
RHANDOM/Net-Server-2.014 - 14 Mar 2023 17:16:00 UTC
Net::WebSocket::Server - A straightforward Perl WebSocket server with minimal dependencies.
This module implements the details of a WebSocket server and invokes the provided callbacks whenever something interesting happens. Individual connections to the server are represented as Net::WebSocket::Server::Connection objects....
TOPAZ/Net-WebSocket-Server-0.004000 - 14 Mar 2021 22:35:03 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::SSLEAY - Custom Net::Server SSL protocol handler based on Net::SSLeay.
This module has reliably been used in situations receiving millions of hits on a single box per day. If anybody has any successes or ideas for improvement under SSLEAY, please email <paul@seamons.com>. Protocol module for Net::Server. This module imp...
RHANDOM/Net-Server-2.014 - 14 Mar 2023 17:16:00 UTC