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

Search results for "module:forks"

forks - drop-in replacement for Perl threads using fork() River stage one • 5 direct dependents • 5 total dependents

The "forks" pragma allows a developer to use threads without having to have a threaded perl, or to even run 5.8.0 or higher. Refer to the threads module for ithreads API documentation. Also, use perl -Mforks -e 'print $threads::VERSION' to see what v...

RYBSKEJ/forks-0.36 - 27 Jun 2014 03:55:32 UTC

Forks::Queue - queue that can be shared safely across processes River stage zero No dependents

Interface for a queue object that can be shared across processes and threads. Available implementations are Forks::Queue::File, Forks::Queue::Shmem, Forks::Queue::SQLite....

MOB/Forks-Queue-0.15 - 28 Dec 2020 04:02:46 UTC

Forks::Super - extensions and convenience methods to manage background processes River stage one • 1 direct dependent • 1 total dependent

This package provides new definitions for the Perl functions fork, wait, and waitpid with richer functionality. The new features are designed to make it more convenient to spawn background processes and more convenient to manage them to get the most ...

MOB/Forks-Super-0.97 - 09 Oct 2018 00:18:38 UTC

forks::shared - drop-in replacement for Perl threads::shared with forks() River stage one • 5 direct dependents • 5 total dependents

The "forks::shared" pragma allows a developer to use shared variables with threads (implemented with the "forks" pragma) without having to have a threaded perl, or to even run 5.8.0 or higher. "forks::shared" is currently API compatible with CPAN thr...

RYBSKEJ/forks-0.36 - 27 Jun 2014 03:55:32 UTC

Apache::forks - Transparent Apache ithreads integration using forks River stage zero No dependents

Transparent Apache ithreads integration using forks. This module enables the ithreads API to be used among multiple processes in a pre-forking Apache http environment....

RYBSKEJ/Apache-forks-0.03 - 14 Jan 2008 03:16:07 UTC

forks::BerkeleyDB - high-performance drop-in replacement for threads River stage zero No dependents

forks::BerkeleyDB is a drop-in replacement for threads, written as an extension of forks. The goal of this module is to improve upon the core performance of forks at a level comparable to native ithreads....

RYBSKEJ/forks-BerkeleyDB-0.06 - 17 Feb 2009 09:49:11 UTC

Forks::Super::Job - object representing a background task River stage one • 1 direct dependent • 1 total dependent

Calls to "Forks::Super::fork()" that successfully spawn a child process or create a deferred job (see "Deferred processes" in Forks::Super) will cause a "Forks::Super::Job" instance to be created to track the job's state. In boolean, numeric, or stri...

MOB/Forks-Super-0.97 - 09 Oct 2018 00:18:38 UTC

Forks::Super::LazyEval - deferred processing of output from a background proc River stage one • 1 direct dependent • 1 total dependent

Implementation of Forks::Super::bg_qx and Forks::Super::bg_eval functions, and "Forks::Super::bg_qx" and "Forks::Super::bg_eval" tied classes for retrieving results of external commands and Perl subroutines executed in background processes. See Forks...

MOB/Forks-Super-0.97 - 09 Oct 2018 00:18:38 UTC

Forks::Super::Util - utility routines for Forks::Super module River stage one • 1 direct dependent • 1 total dependent

A collection of useful and mostly unrelated routines for things that the Forks::Super distribution needs to do....

MOB/Forks-Super-0.97 - 09 Oct 2018 00:18:38 UTC

Forks::Super::Sync - portable interprocess synchronization object River stage one • 1 direct dependent • 1 total dependent

"Forks::Super::Sync" provides synchronization objects that can be shared by parent and child processes and used to coordinate action between the parent and child. For example, a parent process might provide input to a child process, but the child pro...

MOB/Forks-Super-0.97 - 09 Oct 2018 00:18:38 UTC

Forks::Queue::File - file-based implementation of Forks::Queue River stage zero No dependents

MOB/Forks-Queue-0.15 - 28 Dec 2020 04:02:46 UTC

Forks::Super::Wait - manage background processes at the end of their life cycle River stage one • 1 direct dependent • 1 total dependent

"Forks::Super::Wait" is part of the Forks::Super distribution. The function and variables in this module manage the background processes at the end of their life cycle. There should not be much reason for a Forks::Super user to call functions or mani...

MOB/Forks-Super-0.97 - 09 Oct 2018 00:18:38 UTC

Forks::Queue::Shmem - Forks::Queue implementation using shared memory River stage zero No dependents

Shared memory implementation of Forks::Queue. Only available on systems that have a "/dev/shm" virtual filesystem. A shared memory implementation is appropriate for programs that rapidly update the queue but are not likely to let the size of data in ...

MOB/Forks-Queue-0.15 - 28 Dec 2020 04:02:46 UTC

Forks::Super::Debug - debugging and logging routines for Forks::Super distro River stage one • 1 direct dependent • 1 total dependent

MOB/Forks-Super-0.97 - 09 Oct 2018 00:18:38 UTC

Forks::Super::Config - for discovery of installed software and system capabilities for use by Forks::Super River stage one • 1 direct dependent • 1 total dependent

Routines to conditionally load modules and find executable programs....

MOB/Forks-Super-0.97 - 09 Oct 2018 00:18:38 UTC

Forks::Queue::SQLite - SQLite-based implementation of Forks::Queue River stage zero No dependents

SQLite-based implementation of Forks::Queue. It requires the "sqlite3" libraries and the DBD::SQLite Perl module....

MOB/Forks-Queue-0.15 - 28 Dec 2020 04:02:46 UTC

Pithub::Repos::Forks - Github v3 Repo Forks API River stage two • 10 direct dependents • 11 total dependents

OALDERS/Pithub-0.01041 - 24 Aug 2023 18:20:01 UTC

Forks::Super::Sigchld - SIGCHLD handler for Forks::Super distribution River stage one • 1 direct dependent • 1 total dependent

"Forks::Super::Sigchld" provides the custom SIGCHLD handler for background processes spawned by Forks::Super. There is little need for a Forks::Super user to call the functions in this package directly. See Forks::Super...

MOB/Forks-Super-0.97 - 09 Oct 2018 00:18:38 UTC

Forks::Super::Job::OS - implement operating system-specific features of background process management River stage one • 1 direct dependent • 1 total dependent

The package "Forks::Super::Job::OS" implements operating system-specific options of the Forks::Super::fork function such as name, os_priority, cpu_affinity, and umask, and system specific functions like estimating the current load on the host machine...

MOB/Forks-Super-0.97 - 09 Oct 2018 00:18:38 UTC

Forks::Super::Job::Ipc - interprocess communication routines for Forks::Super River stage one • 1 direct dependent • 1 total dependent

"Forks::Super::Job::Ipc" is part of the Forks::Super distribution. The functions and variables in this package manage communication between parent and child processes. This package is heavily used by the Forks::Super::Job package, but there is little...

MOB/Forks-Super-0.97 - 09 Oct 2018 00:18:38 UTC
43 results (0.037 seconds)