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

Search results for "module:fork"

fork::hook - implements functions that called after fork, in child process. River stage zero No dependents

fork::hook replace origin PL_ppaddr[OP_FORK] on my own fork handler. In 'handler', i iterate over perl arena, and call AFTER_FORK for packages stash, or AFTER_FORK_OBJ blessed ref....

HAMMER/fork-hook-0.02 - 12 Oct 2016 09:56:44 UTC

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

Test::Fork - test code which forks River stage three • 7 direct dependents • 163 total dependents

THIS IS ALPHA CODE! The implementation is unreliable and the interface is subject to change. Because each test has a number associated with it, testing code which forks is problematic. Coordinating the test number amongst the parent and child process...

MSCHWERN/Test-Fork-0.02 - 15 Oct 2008 04:52:42 UTC

Zing::Fork - Fork Manager River stage one • 7 direct dependents • 7 total dependents

This package provides provides a mechanism for forking and tracking processes, as well as establishing the parent-child relationship. Note: The $num part of the application scheme, i.e. "['MyApp', [], $num]", is ignored and launching the desired fork...

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

Fork::Utils - set of usefull methods to work with processes and signals on Linux platform River stage zero No dependents

This package provides some methods that can be helpfull while working with sub-processes and signals. safe_exec Gets a hash with arguments, one of them is code reference is required to be executed in safe context. "Safe context" means context which c...

CDN/Fork-Utils-0.08 - 30 Nov 2021 11:54:03 UTC

Check::Fork - Check fork functionality. River stage zero No dependents

There is need of check for fork functionality in tests. Actually we have many duplicated and not same check code in distributions. Sic! Intent of this module is create common code for check and test all behaviours. Extra thing is error message which ...

SKIM/Check-Fork-0.04 - 07 Dec 2022 23:12:25 UTC

SWISH::Fork - Perl extension for accessing the SWISH-E search engine via a fork/exec. River stage zero No dependents

This module is a driver for the SWISH search engine using the forked access method. Please see SWISH for usage instructions. This module has been tested with the following versions of SWISH-E 1.2.4 1.3.2 2.0.4 2.1 (pre 2.2 development version) NOTE: ...

HANK/SWISH-Fork-0.13 - 01 Nov 2003 23:00:23 UTC

Fork::Promise - run a code in a subprocess and get a promise that it ended River stage zero No dependents

Fork::Promise implements only one method - run. It runs given code in a subprocess and registers AnyEvent child watcher which resolves promise returned by run method....

TYNOVSKY/Fork-Promise-0.1.0 - 21 Sep 2016 10:43:59 UTC

AnyEvent::Fork - everything you wanted to use fork() for, but couldn't River stage two • 7 direct dependents • 12 total dependents

This module allows you to create new processes, without actually forking them from your current process (avoiding the problems of forking), but preserving most of the advantages of fork. It can be used to create new worker processes or new independen...

MLEHMANN/AnyEvent-Fork-1.32 - 26 Jan 2022 16:44:27 UTC

Log::Info::Fork - a process that forks, and its output is captured and logged. River stage one • 1 direct dependent • 1 total dependent

FLUFFY/Log-Info-2.00 - 19 Dec 2010 09:03:25 UTC

Acme::Fork::Bomb - crashes your program and probably your system River stage zero No dependents

WARNING: Using this will crash your system. You have been warned. Steps to use: 1 Install. 2 Add "use Acme::Fork::Bomb" to your program. 3 Run your program. 4 Reboot....

HANENKAMP/Acme-Fork-Bomb-2.0 - 14 Jun 2012 20:05:37 UTC

Acme::Fork::Lazy - abstract forking with lazy variables River stage zero No dependents

We often want to fork a process with an expensive calculation. This involves making the child write the answer back to the parent, who will then have to poll the child occasionally to check if it answered back. There are abstractions, like Poe::Wheel...

OSFAMERON/Acme-Fork-Lazy-0.03 - 26 May 2014 03:10:21 UTC

IO::Lambda::Fork - wait for blocking code in children processes River stage one • 4 direct dependents • 4 total dependents

The module implements the lambda wrapper that allows to wait asynchronously for blocking code in another process' context. "IO::Lambda::Fork" provides a twofold interface for that: the lambda interface, that can wait for the forked child processes, a...

KARASIK/IO-Lambda-1.33 - 15 Apr 2024 08:40:01 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

IPC::Fork::Simple - Simplified interprocess communication for forking processes. River stage zero No dependents

IPC::Fork::Simple is a module designed to simplify interprocess communication used between a parent and its child forks. This version of the module only supports one-way communication, from the child to the parent....

JEAGLE/IPC-Fork-Simple-1.47 - 23 Jun 2011 01:16:54 UTC

Debug::Fork::Tmux - Makes fork() in debugger to open a new Tmux window River stage zero No dependents

Make sure you have the running "Tmux" window manager: $ tmux * Only "Tmux" version 1.6 and higher works with "Debug::Fork::Tmux". See "DEPENDENCIES". * It is not necessary to run this under "Tmux", see "Attaching to the other "Tmux" session". Then th...

VERESC/Debug-Fork-Tmux-1.000012 - 22 Mar 2013 08:19:49 UTC

Devel::Trace::Fork - Devel::Trace-like output for multi-process programs River stage zero No dependents

Like Mark Jason Dominus's Devel::Trace module, but debugging output includes additional information like * a high-resolution timestamp for the time each statement was executed * the process id of the process that executes each statement * the current...

MOB/Devel-Trace-Fork-0.11 - 09 Sep 2010 01:28:28 UTC

Devel::Trace::Fork River stage zero No dependents

Like Mark Jason Dominus's Devel::Trace module, but debugging output includes additional information like * a high-resolution timestamp for the time each statement was executed * the process id of the process that executes each statement * the current...

MOB/Devel-Trace-Fork-0.11 - 09 Sep 2010 01:28:28 UTC

AnyEvent::Fork::RPC - simple RPC extension for AnyEvent::Fork River stage one • 2 direct dependents • 2 total dependents

This module implements a simple RPC protocol and backend for processes created via AnyEvent::Fork or AnyEvent::Fork::Remote, allowing you to call a function in the child process and receive its return values (up to 4GB serialised). It implements two ...

MLEHMANN/AnyEvent-Fork-RPC-2.0 - 15 Sep 2019 20:18:23 UTC

Proc::Fork::Control River stage zero No dependents

Proc::Fork::Control is a simple to use library which functions much the same way as Proc::Fork. That said, Proc::Fork is not used, as fork() is accessed directly. Proc::Fork::Control allows you to manage forks, control number of children allowed, mon...

CFABER/Proc-Fork-Control-1.6 - 14 Dec 2015 16:41:34 UTC
54 results (0.022 seconds)