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

Search results for "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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

Devel::ThreadsForks - check for availability of threads or forks River stage zero No dependents

The Devel::ThreadsForks module only serves a purpose in the development environment of an author of a CPAN distribution (or more precisely: a user of the ExtUtils::MakeMaker module). It only needs to be installed on the development environment of an ...

LNATION/Devel-ThreadsForks-0.08 - 14 Nov 2019 12:43:00 UTC - Search in distribution

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 - Search in distribution

Starlight - Light and pure-Perl PSGI/Plack HTTP server with pre-forks River stage one • 1 direct dependent • 1 total dependent

Starlight is a standalone HTTP/1.1 server with keep-alive support. It uses pre-forking. It is pure-Perl implementation which doesn't require any XS package. See plackup and starlight (lower case) for available command line options....

DEXTER/Starlight-0.0503 - 22 Jun 2023 22:05:28 UTC - Search in distribution
  • starlight - Light and pure-Perl PSGI/Plack HTTP server with pre-forks

BDB - Asynchronous Berkeley DB access River stage one • 1 direct dependent • 1 total dependent

See the BerkeleyDB documentation (<http://www.oracle.com/technology/documentation/berkeley-db/db/index.ht ml>). The BDB API is very similar to the C API (the translation has been very faithful). See also the example sections in the document below and...

MLEHMANN/BDB-1.92 - 18 Jan 2018 16:45:31 UTC - Search in distribution

ccp - cascading copy River stage zero No dependents

Rapidly copy (rsync/scp/...) files to many servers servers in multiple locations using Net::CascadeCopy. taken from Net::CascadeCopy: This module implements a scalable method of propagating files to a large number of servers in one or more locations ...

VVU/Net-CascadeCopy-0.2.6 - 17 May 2011 06:07:18 UTC - Search in distribution
  • Net::CascadeCopy - Rapidly propagate (rsync/scp/...) files to many servers in multiple locations.

hi - highlight things in a stream of output River stage zero No dependents

JETTERO/Term-ANSIColorx-ColorNicknames-2.7193 - 08 Feb 2022 13:44:15 UTC - Search in distribution

ph - Github CLI client River stage one • 1 direct dependent • 1 total dependent

ph is yet another Github CLI client....

TOKUHIROM/ph-0.09 - 29 Dec 2013 08:54:42 UTC - Search in distribution

PDLdb.pl - the perl debugger with PDL support River stage three • 93 direct dependents • 101 total dependents

"PDLdb.pl" is an enhanced version of the perl debugger which supports PDL::NiceSlice constructs. Set the PERL5DB environment variable as shown above and it will be loaded automatically by Perl when you invoke a script with "perl -d". This documentati...

ETJ/PDL-2.087 - 05 Apr 2024 22:39:41 UTC - Search in distribution

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

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

Venus - Standard Library River stage two • 3 direct dependents • 56 total dependents

This library provides an object-orientation framework and extendible standard library for Perl 5 with classes which wrap most native Perl data types. Venus has a simple modular architecture, robust library of classes, methods, and roles, supports pur...

AWNCORP/Venus-4.15 - 27 Nov 2023 17:12:55 UTC - Search in distribution

Coro - the only real threads in perl River stage two • 53 direct dependents • 69 total dependents

For a tutorial-style introduction, please read the Coro::Intro manpage. This manpage mainly contains reference information. This module collection manages continuations in general, most often in the form of cooperative threads (also called coros, or ...

MLEHMANN/Coro-6.57 - 29 Jul 2020 13:10:08 UTC - Search in distribution

AnyEvent - the DBI of event loop programming River stage three • 409 direct dependents • 668 total dependents

AnyEvent provides a uniform interface to various event loops. This allows module authors to use event loop functionality without forcing module users to use a specific event loop implementation (since more than one event loop cannot coexist peacefull...

MLEHMANN/AnyEvent-7.17 - 18 Sep 2019 01:11:59 UTC - Search in distribution

JSON::XS - JSON serialising/deserialising, done correctly and fast River stage three • 461 direct dependents • 797 total dependents

This module converts Perl data structures to JSON and vice versa. Its primary goal is to be *correct* and its secondary goal is to be *fast*. To reach the latter goal it was written in C. See MAPPING, below, on how JSON::XS maps perl values to JSON v...

MLEHMANN/JSON-XS-4.03 - 27 Oct 2020 18:06:42 UTC - Search in distribution

perlrun - how to execute the Perl interpreter River stage five • 11292 direct dependents • 32664 total dependents

The normal way to run a Perl program is by making it directly executable, or else by passing the name of the source file as an argument on the command line. (An interactive Perl environment is also possible--see perldebug for details on how to do tha...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution
297 results (0.119 seconds)