The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "Daemon::Generic"

Daemon::Generic - framework to provide start/stop/reload for a daemon River stage one • 6 direct dependents • 8 total dependents

Daemon::Generic provides a framework for starting, stopping, reconfiguring daemon-like programs. The framework provides for standard commands that work for as init.d files and as apachectl-like commands. Programs that use Daemon::Generic subclass Dae...

MUIR/Daemon-Generic-0.85 - 16 Jul 2017 00:37:41 UTC - Search in distribution

apid - Generic REST API Daemon River stage zero No dependents

apid is a generic http(s) daemon which can be used to provide a RESTful web service in front of something which isn't already web aware. If you already have some application server or website with a service running, apid is of no use for you. However...

TLINDEN/WWW-REST-Apid-0.07 - 04 Apr 2017 22:22:46 UTC - Search in distribution

VBTK::PHttpd - Generic web server built on the HTTP::Daemon library River stage zero No dependents

VBTK::PHttpd is a very simple web server built on the HTTP::Daemon library. It can be setup to fork off a handler for each request, or can be run in a single-threaded mode. It's probably not a good choice for highly scalable applications, but it work...

BSHENRY/VBTK-0.20 - 22 Oct 2003 04:10:29 UTC - Search in distribution
  • VBTK - Virtual Brent Toolkit - A generic toolkit for system monitoring

Plugins - Generic plugins framework River stage one • 1 direct dependent • 3 total dependents

Plugins provides a simple way for a programs to be assembled at runtime via configuration files. Generally, there are only a few ways that a module in a library can be customized for an application: (1) You can change the code of the module; (2) if i...

MUIR/Plugins-0.41 - 05 Jul 2007 15:15:00 UTC - Search in distribution

Ubic::Daemon - daemon management utilities River stage two • 9 direct dependents • 15 total dependents

This module provides functions which let you daemonize any binary or perl coderef. Main source of knowledge if daemon is still running is pidfile, which is locked all the time after daemon was created. Note that pidfile format is unreliable and can c...

MMCLERIC/Ubic-1.60 - 24 Aug 2016 22:44:09 UTC - Search in distribution

RunApp - A generic module to run web-applications River stage zero No dependents

"RunApp" streamlines the process for configuring applications that requires one or more web servers and/or other daemons, during development or deployment. It builds the config files required by the services from the $config hash, such as apache's ht...

CLKAO/RunApp-0.13 - 08 Nov 2006 16:14:48 UTC - Search in distribution

XPC::Daemon - XML Procedure Call daemon class River stage zero No dependents

This class is a generic XPC-over-HTTP server daemon. Use the "add_procedure" method to give it specific functionality....

GREGOR/XPC-0.2 - 13 Apr 2001 11:35:13 UTC - Search in distribution

spfd - (Mail::SPF) - Simple forking daemon to provide SPF query services River stage one • 2 direct dependents • 5 total dependents

spfd is a simple forking Sender Policy Framework (SPF) query server. spfd receives and answers SPF requests on a TCP/IP or UNIX domain socket. For more information on SPF see <http://www.openspf.org>. The --port form listens on a TCP/IP socket on the...

MBRADSHAW/Mail-SPF-3.20240206 - 06 Feb 2024 02:13:21 UTC - Search in distribution

DBI - Database independent interface for Perl River stage four • 946 direct dependents • 2083 total dependents

The DBI is a database access module for the Perl programming language. It defines a set of methods, variables, and conventions that provide a consistent database interface, independent of the actual database being used. It is important to remember th...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC - Search in distribution

LWP - The World-Wide Web library for Perl River stage four • 2175 direct dependents • 6287 total dependents

The libwww-perl collection is a set of Perl modules which provides a simple and consistent application programming interface (API) to the World-Wide Web. The main focus of the library is to provide classes and functions that allow you to write WWW cl...

OALDERS/libwww-perl-6.77 - 11 Mar 2024 00:58:25 UTC - Search in distribution

libev - a high performance full-featured event loop written in C River stage two • 71 direct dependents • 86 total dependents

MLEHMANN/EV-4.34 - 08 Oct 2023 21:47:52 UTC - Search in distribution

lilith - Forward EVE log alerts to Postgresql as well as make it searchable. River stage zero No dependents

This script runs various actions for Lilith, including search and the daemon....

VVELOX/Lilith-0.6.0 - 16 Jan 2024 18:11:02 UTC - Search in distribution

Net::OpenSSH - Perl SSH client package implemented on top of OpenSSH River stage two • 27 direct dependents • 40 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 - Search in distribution

perldata - Perl data types River stage five • 11693 direct dependents • 33184 total dependents

Variable names Perl has three built-in data types: scalars, arrays of scalars, and associative arrays of scalars, known as "hashes". A scalar is a single string (of any size, limited only by the available memory), number, or a reference to something ...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution
  • perldata - Perl data types
  • perlipc - Perl interprocess communication (signals, fifos, pipes, safe subprocesses, sockets, and semaphores)
  • perlipc - Perl interprocess communication (signals, fifos, pipes, safe subprocesses, sockets, and semaphores)
  • 2 more results from perl »

Mail::IMAPClient - An IMAP Client API River stage one • 9 direct dependents • 9 total dependents

This module provides methods implementing the IMAP protocol to support interacting with IMAP message stores. The module is used by constructing or instantiating a new IMAPClient object via the "new" constructor method. Once the object has been instan...

PLOBBES/Mail-IMAPClient-3.43 - 16 Feb 2021 17:05:43 UTC - Search in distribution

Zing - Actor-Model Toolkit River stage one • 7 direct dependents • 7 total dependents

This distribution includes an actor-model architecture toolkit and multi-process management system which provides primatives for building resilient, reactive, concurrent, distributed message-driven applications in Perl 5. If you're unfamiliar with th...

AWNCORP/Zing-0.27 - 12 Feb 2021 17:41:40 UTC - Search in distribution

Plack - Perl Superglue for Web frameworks and Web Servers (PSGI toolkit) River stage four • 768 direct dependents • 1906 total dependents

Plack is a set of tools for using the PSGI stack. It contains middleware components, a reference server and utilities for Web application frameworks. Plack is like Ruby's Rack or Python's Paste for WSGI. See PSGI for the PSGI specification and PSGI::...

MIYAGAWA/Plack-1.0051 - 05 Jan 2024 23:11:02 UTC - Search in distribution

perlglossary - Perl Glossary River stage zero No dependents

A glossary of terms (technical and otherwise) used in the Perl documentation, derived from the Glossary of *Programming Perl*, Fourth Edition. Words or phrases in bold are defined elsewhere in this glossary. Other useful sources include the Unicode G...

ETHER/perlfaq-5.20240218 - 18 Feb 2024 17:37:36 UTC - Search in distribution

nfflowd - App to generate Cisco NetFlow from Linux netfilter River stage zero No dependents

The application "nfflowd" included in this distribution is designed to run as a daemon (background) process on a Linux based firewall running IPtables. Its purpose is to capture data from the Linux netfilter subsystem about each tracked data connecti...

OLIVER/Net-Netfilter-NetFlow-1.113260 - 22 Nov 2011 22:23:27 UTC - Search in distribution

IO::Async::Loop - core loop of the IO::Async framework River stage three • 119 direct dependents • 152 total dependents

This module provides an abstract class which implements the core loop of the IO::Async framework. Its primary purpose is to store a set of IO::Async::Notifier objects or subclasses of them. It handles all of the lower-level set manipulation actions, ...

PEVANS/IO-Async-0.803 - 29 Jan 2024 20:40:58 UTC - Search in distribution
92 results (0.107 seconds)