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

Search results for "Thread::Semaphore"

Thread::Semaphore - Thread-safe semaphores River stage two • 11 direct dependents • 32 total dependents

Semaphores provide a mechanism to regulate access to resources. Unlike locks, semaphores aren't tied to particular scalars, and so may be used to control access to anything you care to use them for. Semaphores don't limit their values to zero and one...

JDHEDDEN/Thread-Semaphore-2.13 - 27 Aug 2016 21:40:49 UTC - Search in distribution

Pots::Semaphore - Perl ObjectThreads shared thread safe semaphore class River stage zero No dependents

This class is a direct revamp of the standard Perl "Thread::Semaphore". It only exists because, for a yet unknown reason, I was unable to store standard "Thread::Semaphore" objects in shared accessors. Once this is worked out, this class will surely ...

RCHIBOIS/Pots-0.01 - 26 Mar 2004 14:24:37 UTC - Search in distribution

SDL2::mutex - Functions to Provide Thread Synchronization Primitives River stage zero No dependents

Functions in this group provide thread synchronization primitives for multi-threaded programing. There are three primitives available in SDL: Mutex Semaphore Condition Variable The SDL mutex is implemented as a recursive mutex so you can nest lock an...

SANKO/SDL2-FFI-0.08 - 29 Nov 2021 02:01:01 UTC - Search in distribution

DynGig::Util::Logger - Thread-safe logging River stage one • 3 direct dependents • 3 total dependents

WJIAN/DynGig-Util-1.04 - 13 Jan 2014 01:32:47 UTC - Search in distribution

Thread::Tie - tie variables into a thread of their own River stage one • 2 direct dependents • 5 total dependents

*** A note of CAUTION *** This module only functions on Perl versions 5.8.0 and later. And then only when threads are enabled with -Dusethreads. It is of no use with any version of Perl before 5.8.0 or without threads enabled. ***********************...

LNATION/Thread-Tie-0.15 - 14 Nov 2019 13:37:28 UTC - Search in distribution

perldiag - various Perl diagnostics River stage five • 11292 direct dependents • 32664 total dependents

These messages are classified as follows (listed in increasing order of desperation): (W) A warning (optional). (D) A deprecation (enabled by default). (S) A severe warning (enabled by default). (F) A fatal error (trappable). (P) An internal error yo...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 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

IT::perlfunc River stage zero No dependents

ENRYS/POD2-IT-0.13 - 26 Aug 2009 16:35:44 UTC - Search in distribution

perlglossary - Perl Glossary River stage zero No dependents

A glossary of terms (technical and otherwise) used in the Perl documentation, derived from the Glossary of *Programming Perl*, Fourth Edition. Words or phrases in bold are defined elsewhere in this glossary. Other useful sources include the Unicode G...

ETHER/perlfaq-5.20240218 - 18 Feb 2024 17:37:36 UTC - Search in distribution

MCE::Core - Documentation describing the core MCE API River stage three • 21 direct dependents • 313 total dependents

MARIOROY/MCE-1.889 - 13 Sep 2023 23:37:02 UTC - Search in distribution
  • MCE::Queue - Hybrid (normal and priority) queues

Guard - safe cleanup blocks River stage three • 49 direct dependents • 134 total dependents

This module implements so-called "guards". A guard is something (usually an object) that "guards" a resource, ensuring that it is cleaned up when expected. Specifically, this module supports two different types of guards: guard objects, which execute...

MLEHMANN/Guard-1.023 - 20 Nov 2014 18:13:56 UTC - Search in distribution

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

Net::Server - Extensible, general Perl server engine River stage two • 36 direct dependents • 88 total dependents

"Net::Server" is an extensible, generic Perl server engine. "Net::Server" attempts to be a generic server as in "Net::Daemon" and "NetServer::Generic". It includes with it the ability to run as an inetd process ("Net::Server::INET"), a single connect...

RHANDOM/Net-Server-2.014 - 14 Mar 2023 17:16:00 UTC - Search in distribution

threads - Perl interpreter-based threads River stage three • 48 direct dependents • 201 total dependents

Since Perl 5.8, thread programming has been available using a model called *interpreter threads* which provides a new Perl interpreter for each thread, and, by default, results in no data or state information being shared between threads. (Prior to P...

JDHEDDEN/threads-2.21 - 23 Jan 2018 01:14:04 UTC - Search in distribution

ObjectRowMap - Simple perl object to DBI persistence engine River stage zero No dependents

ObjectRowMap is a Perl module which works with the DBI module to provide a simple means to store a customized style of perl objects to anything with a DBI module and generally SQL 92 (or later) syntax...

CWELCH/ObjectRowMap-0.11 - 30 Dec 2002 20:07:39 UTC - Search in distribution

Bundle::OpenXPKI - A bundle to install modules required for OpenXPKI River stage zero No dependents

This bundle helps with the installation of modules required for OpenXPKI. OpenXPKI is an open source trust center software which aims to create an enterprise-scale PKI solution. For more information see http://www.openxpki.org...

ALECH/Bundle-OpenXPKI-0.06 - 21 Nov 2008 16:12:39 UTC - Search in distribution

Win32::IPC - Base class for Win32 synchronization objects River stage one • 4 direct dependents • 5 total dependents

This module is loaded by the other Win32 synchronization modules. You shouldn't need to load it yourself. It supplies the wait functions to those modules. The synchronization modules are Win32::ChangeNotify, Win32::Event, Win32::Mutex, & Win32::Semap...

CJM/Win32-IPC-1.11 - 15 Nov 2014 18:17:29 UTC - Search in distribution

Troubleshooting River stage three • 155 direct dependents • 183 total dependents

Frequently encountered problems (warnings and fatal errors) and their troubleshooting....

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC - Search in distribution

Coro::Mysql - let other threads run while doing mysql/mariadb requests River stage zero No dependents

(Note that in this manual, "thread" refers to real threads as implemented by the Coro module, not to the built-in windows process emulation which unfortunately is also called "threads"). This module replaces the I/O handlers for a database connection...

MLEHMANN/Coro-Mysql-2.1 - 04 Mar 2019 11:41:29 UTC - Search in distribution

MCE::Shared::Queue - Hybrid-queue helper class River stage one • 2 direct dependents • 3 total dependents

A queue helper class for use as a standalone or managed by MCE::Shared. This module is mostly compatible with MCE::Queue except for the "gather" option which is not supported in this context. It provides a queue interface supporting normal and priori...

MARIOROY/MCE-Shared-1.886 - 13 Sep 2023 23:57:14 UTC - Search in distribution
42 results (0.077 seconds)