Search results for "forks"
forks - drop-in replacement for Perl threads using fork()
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::shared - drop-in replacement for Perl threads::shared with forks()
- forks::signals - signal management for forks
- forks::Devel::Symdump - dump symbol names or the symbol table
- 4 more results from forks »
Forks::Queue - queue that can be shared safely across processes
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::Queue::File - file-based implementation of Forks::Queue
- Forks::Queue::Shmem - Forks::Queue implementation using shared memory
- Forks::Queue::SQLite - SQLite-based implementation of Forks::Queue
- 1 more result from Forks-Queue »
Forks::Super - extensions and convenience methods to manage background processes
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- Forks::Super::Job - object representing a background task
- Forks::Super::Util - utility routines for Forks::Super module
- Forks::Super::Sync - portable interprocess synchronization object
- 28 more results from Forks-Super »
Apache::forks - Transparent Apache ithreads integration using forks
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- Apache::forks::BerkeleyDB - Transparent Apache ithreads integration using forks::BerkeleyDB
forks::BerkeleyDB - high-performance drop-in replacement for threads
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- forks::BerkeleyDB::shared - high-performance drop-in replacement for threads::shared
- forks::BerkeleyDB::shared::hash - class for tie-ing hashes to BerkeleyDB Btree
- forks::BerkeleyDB::shared::array - class for tie-ing arrays to BerkeleyDB Recno
- 2 more results from forks-BerkeleyDB »
Pithub::Repos::Forks - Github v3 Repo Forks API
OALDERS/Pithub-0.01040
-
23 Sep 2022 21:42:37 UTC
-
Search in distribution
- Pithub - Github v3 API
- Pithub::Repos - Github v3 Repos API
Devel::ThreadsForks - check for availability of threads or forks
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
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 - a light and pure-Perl PSGI/Plack HTTP server with pre-forks
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.0400 - 13 Mar 2020 13:49:02 UTC - Search in distribution
BDB - Asynchronous Berkeley DB access
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
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
JETTERO/Term-ANSIColorx-ColorNicknames-2.7193
-
08 Feb 2022 13:44:15 UTC
-
Search in distribution
ph - Github CLI client
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
"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.084 - 21 May 2023 16:35:20 UTC - Search in distribution
libev - a high performance full-featured event loop written in C
MLEHMANN/EV-4.33
-
18 Mar 2020 13:21:00 UTC
-
Search in distribution
Venus - OO Library
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-2.91 - 30 May 2023 14:09:44 UTC - Search in distribution
Coro - the only real threads in perl
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
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- AnyEvent::Util - various utility functions.
JSON::XS - JSON serialising/deserialising, done correctly and fast
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
perl5db.pl - the perl debugger
"perl5db.pl" is the perl debugger. It is loaded automatically by Perl when you invoke a script with "perl -d". This documentation tries to outline the structure and services provided by "perl5db.pl", and to describe how you can use them. See perldebu...
SHAY/perl-5.36.1 - 23 Apr 2023 15:22:26 UTC - Search in distribution- perl5db.pl - the perl debugger
- perl58delta - what is new for perl v5.8.0
- perl58delta - what is new for perl v5.8.0
- 10 more results from perl »