Search results for "module:Net::Server::SIG"

Net::Server::SIG - adpf - Safer signal handling River stage two • 36 direct dependents • 88 total dependents

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 River stage zero No dependents

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 River stage two • 35 direct dependents • 79 total dependents

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. River stage zero No dependents

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 River stage two • 29 direct dependents • 43 total dependents

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 River stage one • 1 direct dependent • 1 total dependent

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 River stage one • 4 direct dependents • 4 total dependents

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 River stage two • 36 direct dependents • 88 total dependents

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. River stage one • 2 direct dependents • 2 total dependents

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 River stage one • 2 direct dependents • 2 total dependents

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 River stage two • 36 direct dependents • 88 total dependents

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 River stage two • 36 direct dependents • 88 total dependents

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 River stage one • 6 direct dependents • 6 total dependents

"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 River stage two • 36 direct dependents • 88 total dependents

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 River stage zero No dependents

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 River stage one • 3 direct dependents • 3 total dependents

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. River stage zero No dependents

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 River stage two • 36 direct dependents • 88 total dependents

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 River stage two • 36 direct dependents • 88 total dependents

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 River stage zero No dependents

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
29 results (0.052 seconds)