The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "dist::Pid"

PID::File - PID files that guard against exceptions. River stage one • 2 direct dependents • 2 total dependents

Creating a pid file, or lock file, should be such a simple process. See Daemon::Control for a more complete solution for creating daemons (and pid files). After creating a pid file, if an exception is thrown (and the $pid_file goes out of scope) the ...

CAGAO/PID-File-0.32 - 25 Aug 2012 01:36:58 UTC - Search in distribution

Pid::File::Flock - PID file operations River stage one • 1 direct dependent • 1 total dependent

LONERR/Pid-File-Flock-0.08 - 19 Nov 2010 16:59:16 UTC - Search in distribution

Proc::Find - Find processes by name, PID, or some other attributes River stage two • 6 direct dependents • 30 total dependents

This module provides a simple routine, "proc_exists()", to check a process' existence by name, something that is commonly done in shell scripts using: ps ax | grep name pgrep name and also some routines, "find_*()", to list processes matching some cr...

PERLANCAR/Proc-Find-0.051 - 11 Dec 2019 03:58:55 UTC - Search in distribution

Proc::PidChange - execute callbacks when PID changes River stage zero No dependents

This module provides a simple API to check if the process ID changed, due to a fork() call. If such change is detected, it calls all the registered callbacks. The detection of PID changes can be done in two ways: in real-time as soon as it changes, o...

MELO/Proc-PidChange-0.002 - 20 Aug 2012 13:59:40 UTC - Search in distribution

RPerl::Learning River stage one • 3 direct dependents • 3 total dependents

WBRASWELL/RPerl-7.000000 - 05 Jul 2020 01:35:58 UTC - Search in distribution

bencher - A benchmark framework (CLI) River stage zero No dependents

Bencher is a benchmark framework. You specify a *scenario* (either in a "Bencher::Scenario::*" Perl module, or a Perl script, or over the command-line) containing list of *participants* and *datasets*. Participants are codes or commands to run, and d...

PERLANCAR/Bencher-1.062.4 - 19 Feb 2024 04:45:38 UTC - Search in distribution

Fuse - write filesystems in Perl using FUSE River stage two • 14 direct dependents • 18 total dependents

This lets you implement filesystems in perl, through the FUSE (Filesystem in USErspace) kernel/lib interface. FUSE expects you to implement callbacks for the various functions. In the following definitions, "errno" can be 0 (for a success), -EINVAL, ...

DPATES/Fuse-0.16 - 16 Sep 2013 05:22:15 UTC - Search in distribution

fetchware - Fetchware is a package manager for source code distributions. River stage zero No dependents

Fetchware is a package manager for source code distributions. It takes advantage of the fact that coincidentially *most* source code distributions follow the same conventions. Most use FTP and HTTP mirrors. Most use AutoTools or at least just a few c...

DLY/App-Fetchware-1.016 - 07 Oct 2016 04:23:59 UTC - Search in distribution

Git - Perl interface to the Git version control system River stage two • 11 direct dependents • 19 total dependents

[MAINTAINER NOTE: This is Git.pm, plus the other files in the perl/Git directory, from github's git/git, which is a mirror of the git source. I (cpan msouth, or current maintainer) update the VERSION string (necessary on CPAN because of another CPAN ...

MSOUTH/Git-0.42 - 10 Oct 2017 00:27:47 UTC - Search in distribution

BerkeleyDB - Perl extension for Berkeley DB version 2, 3, 4, 5 or 6 River stage two • 30 direct dependents • 42 total dependents

NOTE: This document is still under construction. Expect it to be incomplete in places. This Perl module provides an interface to most of the functionality available in Berkeley DB versions 2, 3, 5 and 6. In general it is safe to assume that the inter...

PMQS/BerkeleyDB-0.65 - 13 May 2022 07:08:08 UTC - Search in distribution

PAR - Perl Archive Toolkit River stage two • 7 direct dependents • 14 total dependents

This module lets you use special zip files, called Perl Archives, as libraries from which Perl modules can be loaded. It supports loading XS modules by overriding DynaLoader bootstrapping methods; it writes shared object file to a temporary file at t...

RSCHUPP/PAR-1.020 - 04 Mar 2024 10:49:29 UTC - Search in distribution

ppgrep - Look up parents' processes based on name and other attributes River stage one • 1 direct dependent • 1 total dependent

This utility is similar to pgrep except that we only look at our descendants (parent, parent's parent, and so on up to PID 1)....

PERLANCAR/App-ppgrep-0.033 - 29 Nov 2019 07:39:45 UTC - Search in distribution
  • App::ppgrep - Look up parents' processes based on name and other attributes

Pg::PQ - Perl wrapper for PostgreSQL libpq River stage one • 1 direct dependent • 3 total dependents

******************************************************************* *** *** *** NOTE: This is a very early release that may contain lots of *** *** bugs. The API is not stable and may change between releases *** *** *** ******************************...

SALVA/Pg-PQ-0.15 - 10 Oct 2017 07:41:49 UTC - Search in distribution

DBD::Pg - PostgreSQL database driver for the DBI module River stage three • 76 direct dependents • 147 total dependents

DBD::Pg is a Perl module that works with the DBI module to provide access to PostgreSQL databases....

TURNSTEP/DBD-Pg-3.18.0 - 06 Dec 2023 23:47:13 UTC - Search in distribution

perlport - Writing portable Perl River stage five • 11292 direct dependents • 32664 total dependents

Perl runs on numerous operating systems. While most of them share much in common, they also have their own unique features. This document is meant to help you to find out what constitutes portable Perl code. That way once you make a decision to write...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution

Bot::IRC - Yet Another IRC Bot River stage two • 10 direct dependents • 10 total dependents

Yet another IRC bot. Why? There are so many good bots and bot frameworks to select from, but I wanted a bot framework that worked like a Unix service out-of-the-box, operated in a pre-fork way to serve multiple concurrent requests, and has a dirt-sim...

GRYPHON/Bot-IRC-1.40 - 21 Aug 2023 18:46:16 UTC - Search in distribution

Gepok - PSGI server with built-in HTTPS support, Unix sockets, preforking River stage one • 3 direct dependents • 4 total dependents

Gepok is a PSGI server implementation. Its features are: * HTTPS support out-of-the-box This is the primary (if not the only) reason why I wrote Gepok, and why it uses HTTP::Daemon::* family (because there is HTTP::Daemon::SSL). I needed a pure-Perl ...

PERLANCAR/Gepok-0.292 - 11 Sep 2019 10:59:51 UTC - Search in distribution

Ovirt - Bindings for oVirt REST API River stage zero No dependents

HEINCE/Ovirt-0.06 - 23 Mar 2016 11:16:29 UTC - Search in distribution

pastebot - the original clipboard to chat gateway River stage zero No dependents

Pastebot is an IRC bot and a web server in one program. Users submit short pieces of text to the web server, and the IRC bot announces them in IRC. A single pastebot instance can provide one or more web servers, each accepting connections on a differ...

RCAPUTO/Bot-Pastebot-0.600 - 11 Oct 2014 01:51:44 UTC - Search in distribution

Writing River stage three • 155 direct dependents • 183 total dependents

This chapter covers the mod_perl coding specifics, different from normal Perl coding. Most other perl coding issues are covered in the perl manpages and rich literature....

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC - Search in distribution
159 results (0.191 seconds)