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 "proc"

OS2::Proc - Perl extension for get information about running processes and loaded modules. River stage zero No dependents

This module access internal tables keeping information of OS/2 processes. The corresponding API call was present for a long time, but is documented only around OS/2 v4.5. Since older version are stable now, it should be safe to use this call (with ce...

ILYAZ/OS2-Proc-0.02 - 27 May 2002 09:27:19 UTC - Search in distribution

OPP::Proc - base class for OPP's processors River stage two • 12 direct dependents • 20 total dependents

GOMOR/Onyphe-4.11 - 06 Sep 2023 12:21:46 UTC - Search in distribution

Proc::UID - Manipulate a variety of UID and GID settings. River stage zero No dependents

Perl only has concepts of effective and real user-ids (UIDs) and group-ids (GIDs), accessible via the special variables $<, $>, $( and $). However most modern Unix systems also have a concept of saved UIDs. This module provides a consistent and logic...

PJF/Proc-UID-0.05 - 18 Jul 2008 16:25:26 UTC - Search in distribution

Proc::Lock - lock interface module River stage zero No dependents

Generic lock module. You must subclass this class and overwrite set, unset, isSet and new (possible) for do your work...

MKUL/Proc-Application-0.01 - 28 Nov 2000 09:48:07 UTC - Search in distribution

Proc::Find - Find processes by name, PID, or some other attributes River stage two • 7 direct dependents • 31 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::Fork - simple, intuitive interface to the fork() system call River stage two • 4 direct dependents • 11 total dependents

This module provides an intuitive, Perl-ish way to write forking programs by letting you use blocks to illustrate which code section executes in which fork. The code for the parent, child, retry handler and error handler are grouped together in a "fo...

ARISTOTLE/Proc-Fork-0.808 - 03 Sep 2022 17:52:47 UTC - Search in distribution

Proc::Hevy - A heavyweight module for running processes synchronously River stage zero No dependents

Proc::Hevy is a simplistic module for spawning child processes in a synchronous manner. It provides a simple interface for passing data to a process's "STDIN" while also offering several methods for buffering "STDOUT" and "STDERR" output....

PRAVUS/Proc-Lite-0.10 - 13 Jan 2014 15:36:15 UTC - Search in distribution

Proc::Stat River stage zero No dependents

This module reads /proc/uptime and /proc/{pid}/stat to gather statistics and calculate cpu utilization of designatated PID's with or without children All the data from /proc/[pid]/stat is returned attached to the method pointer, see list below by ind...

MIKER/Proc-Stat-0.03 - 29 Apr 2019 16:28:57 UTC - Search in distribution

Proc::Async - Running and monitoring processes asynchronously River stage zero No dependents

This module can execute an external process, monitor its state, get its results and, if needed, kill it prematurely and remove its results. There are, of course, many modules that cover similar functionality, including functions directly built-in in ...

TULSOFT/Proc-Async-0.2.0 - 29 May 2013 07:32:56 UTC - Search in distribution

Proc::Class - OO interface for process management River stage zero No dependents

Proc::Class is a simple OO wrapper for IPC::Open3, POSIX.pm, and more. THIS MODULE IS IN ITS BETA QUALITY. THE API MAY CHANGE IN THE FUTURE...

TOKUHIROM/Proc-Class-0.05 - 18 Oct 2011 23:07:35 UTC - Search in distribution

Proc::Guard - process runner with RAII pattern River stage two • 6 direct dependents • 28 total dependents

Proc::Guard runs process, and destroys it when the perl script exits. This is useful for testing code working with server process....

TOKUHIROM/Proc-Guard-0.07 - 25 Mar 2015 22:41:11 UTC - Search in distribution

Proc::Queue - limit the number of child processes running River stage one • 1 direct dependent • 1 total dependent

This module lets you parallelise a perl program using the "fork", "exit", "wait" and "waitpid" calls as usual but without taking care of creating too many processes and overloading the machine. It redefines perl "fork", "exit", "wait" and "waitpid" c...

SALVA/Proc-Queue-1.23 - 07 Jan 2008 22:38:00 UTC - Search in distribution

Proc::Short - return short system calls with options River stage zero No dependents

The Proc::Short is intended to be an extension of the backticks operator in PERL which incorporates a number of options, including collecting STDOUT and STDERR separately -- plus timeout and automatic retries. A new process object is created by $mypr...

JHKIM/Proc-Short-0.01 - 28 Dec 1999 00:28:48 UTC - Search in distribution

Proc::Spawn - Run external programs River stage zero No dependents

Proc::Spawn runs external programs, like ls and telnet. The process id of the spawned programs and IO::Handle objects are returned. The spawn function should be used for most purposes. It returns three IO::Handle objects for stdin, stdout, and stderr...

GARROW/Proc-Spawn-1.03 - 01 Jun 2001 12:11:50 UTC - Search in distribution

Proc::Swarm - intelligently handle massive multi-processing on one machine River stage zero No dependents

This module provides some fairly fine control over heavy-duty multiprocessing work. This is probably most useful in two general cases: a multi-CPU system that doesn't distribute load in a single process across all CPUs, and programs that need to do a...

DIEDERICH/Proc-Swarm-1.161060 - 15 Apr 2016 23:15:16 UTC - Search in distribution

Proc::Topus - Spawn worker processes with IPC built-in River stage zero No dependents

Proc::Topus spawns one or more worker processes from one or more worker groups. Each worker process is pre-allocated a pair of filehandles for communicating with the initial master process. An intermediate loader process is also created in order to t...

PRAVUS/Proc-Topus-0.02 - 07 Jan 2014 14:53:04 UTC - Search in distribution

Proc::Wait3 - Perl extension for wait3 system call River stage two • 2 direct dependents • 18 total dependents

If any child processes have exited, this call will "reap" the zombies similar to the perl "wait" function. By default, it will return immediately and if there are no dead children, everything will be undefined. If you pass in a true argument, it will...

CTILMES/Proc-Wait3-0.05 - 03 Nov 2015 12:42:25 UTC - Search in distribution

Proc::tored - Service management using a pid file and touch files River stage zero No dependents

A "Proc::tored" service is voluntarily managed by a pid file and touch files. "Proc::tored" services are specified with a name and a path. Any services created using the same name and path are considered the same service and will be aware of other pr...

JEFFOBER/Proc-tored-0.20 - 27 Oct 2017 18:26:43 UTC - Search in distribution

Proc::Branch - Creating Multiple Child Processes and Merging River stage zero No dependents

This module branches the current process into multiple processes when the object is created. Internally, perl function "fork" is used....

ISJOUNG/Proc-Branch-0.01 - 14 Mar 2009 23:28:31 UTC - Search in distribution

Proc::Daemon - Run Perl program(s) as a daemon process. River stage two • 33 direct dependents • 51 total dependents

This module can be used by a Perl program to initialize itself as a daemon or to execute ("exec") a system command as daemon. You can also check the status of the daemon (alive or dead) and you can kill the daemon. A daemon is a process that runs in ...

AKREAL/Proc-Daemon-0.23 - 01 Jan 2016 18:51:05 UTC - Search in distribution
583 results (0.143 seconds)