Search results for "module:Net::Server::SIG"
Net::Server::SIG - adpf - Safer signal handling
Signals prior in Perl prior to 5.7 were unsafe. Since then signals have been implemented in a more safe algorithm. Net::Server::SIG provides backwards compatibility, while still working reliably with newer releases. Using a property of the select() f...
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::OAuth - OAuth 1.0 for Perl
OAUTH MESSAGES An OAuth message is a set of key-value pairs. The following message types are supported: Requests * Request Token (Net::OAuth::RequestTokenRequest) * Access Token (Net::OAuth::AccessTokenRequest) * User Authentication (Net::OAuth::User...
KGRENNAN/Net-OAuth-0.28 - 06 Jan 2012 06:08:03 UTC
Net::Wire10 - Pure Perl driver for MySQL, Sphinx and Drizzle.
Net::Wire10 is a Pure Perl connector that talks to MySQL, Sphinx and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned servers without ...
DUBEX/Net-Wire10-1.08 - 12 Apr 2010 23:33:27 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::API::REST - Framework for RESTful APIs
The purpose of this module is to provide a powerful, yet simple framework to implement a RESTful API under Apache2 mod_perl. As of version 1.0.0, this module inherits from Apache2::API. Please check its documentation. Other methods specific to this m...
JDEGUEST/Net-API-REST-v1.2.0 - 04 Dec 2023 07:35:58 UTC
Net::ZooKeeper - Perl extension for Apache ZooKeeper
Net::ZooKeeper provides a Perl interface to the synchronous C API of Apache ZooKeeper. ZooKeeper is coordination service for distributed applications. Each connection to ZooKeeper is represented as a handle object of the class Net::ZooKeeper, similar...
MAF/Net-ZooKeeper-0.41 - 18 Jun 2015 01:39:59 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::EPP::Client - a client library for the TCP transport for EPP, the Extensible Provisioning Protocol.
RFC 5743 <https://www.rfc-editor.org/rfc/rfc5734.html> defines a TCP based transport model for EPP, and this module implements a client for that model. You can establish and manage EPP connections and send and receive responses ver this connection. "...
GBROWN/Net-EPP-0.26 - 28 Oct 2023 10:35:37 UTC
Net::TCP::Server - TCP sockets interface module for listeners and servers
The "Net::TCP::Server" module provides services for TCP communications over sockets. It is layered atop the "Net::TCP", "Net::Inet", and "Net::Gen" modules, which are part of the same distribution. Public Methods The following methods are provided by...
SPIDB/Net-ext-1.011 - 10 Apr 2002 11:34:56 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::AMQP::RabbitMQ - interact with RabbitMQ over AMQP using librabbitmq
"Net::AMQP::RabbitMQ" provides a simple wrapper around the librabbitmq library that allows connecting, declaring exchanges and queues, binding and unbinding queues, publishing, consuming and receiving events. Error handling in this module is primaril...
MSTEMLE/Net-AMQP-RabbitMQ-2.40010 - 11 Jun 2022 02:27:48 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::DHCPClientLive - stateful DHCP client object
Net::DHCPClientLive allows you to create and manipulate DHCP client(s) so that you can test the behavior of your DHCP server upon client state transition. DHCP client is a stateful host. It reaches "BOUND" state after the successful discover process,...
MINGZHANG/Net-DHCPClientLive-0.02 - 01 Mar 2007 02:19:46 UTC
Net::DNSBL::MultiDaemon - multi DNSBL prioritization
Net::DNSBL::MultiDaemon is the Perl module that implements the multi_dnsbl daemon. multi_dnsbl is a DNS emulator daemon that increases the efficacy of DNSBL look-ups in a mail system. multi_dnsbl may be used as a stand-alone DNSBL or as a plug-in for...
MIKER/Net-DNSBL-MultiDaemon-0.39 - 07 Apr 2014 23:18:39 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::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::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::Connection::Sniffer - gather stats on network connections
Net::Connection::Sniffer is a perl module to gather connection statistics by listening to ethernet traffic. Traffic is filtered using standard BPF notation as described in the "tcpdump" documentation and implemented using the standard "pcap" library ...
MIKER/Net-Connection-Sniffer-0.36 - 27 Jan 2014 22:28:23 UTC