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

Search results for "threads::shared::array"

threads::shared::array - default class for tie-ing arrays to threads with forks River stage one • 5 direct dependents • 5 total dependents

Helper class for forks::shared. See documentation there....

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()

threadsx::shared - useful extensions to threads::shared River stage zero No dependents

MOB/Patro-0.16 - 29 Sep 2017 02:17:12 UTC - Search in distribution
  • Patro - proxy access to remote objects

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

MCE::Hobo - A threads-like parallelization module River stage one • 2 direct dependents • 3 total dependents

A hobo is a migratory worker inside the machine that carries the asynchronous gene. Hobo processes are equipped with "threads"-like capability for running code asynchronously. Unlike threads, each hobo is a unique process to the underlying OS. The IP...

MARIOROY/MCE-Shared-1.886 - 13 Sep 2023 23:57:14 UTC - Search in distribution

perlthrtut - Tutorial on threads in Perl River stage five • 11292 direct dependents • 32664 total dependents

This tutorial describes the use of Perl interpreter threads (sometimes referred to as *ithreads*). In this model, each thread runs in its own Perl interpreter, and any data sharing between threads must be explicit. The user-level interface for *ithre...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

MCE::Child - A threads-like parallelization module compatible with Perl 5.8 River stage three • 21 direct dependents • 313 total dependents

MCE::Child is a fork of MCE::Hobo for compatibility with Perl 5.8. A child is a migratory worker inside the machine that carries the asynchronous gene. Child processes are equipped with "threads"-like capability for running code asynchronously. Unlik...

MARIOROY/MCE-1.889 - 13 Sep 2023 23:37:02 UTC - Search in distribution

DBIx::Threaded - Proxy class to permit DBI objects to be shared by multiple threads River stage zero No dependents

DBIx::Threaded provides a subclass of DBI that provides wrappers for standard DBI objects to permit them to be used by multiple threads. Due to the limitations of threading and tied objects in Perl 5, DBI (as of version 1.48), does not permit DBI-gen...

DARNOLD/DBIx-Threaded-0.10 - 28 Aug 2005 19:16:56 UTC - Search in distribution

Thread::Pool - group of threads for performing similar jobs River stage one • 1 direct dependent • 1 total dependent

*** 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-Pool-0.35 - 10 Nov 2019 06:56:33 UTC - Search in distribution

DBI - Database independent interface for Perl River stage four • 940 direct dependents • 2099 total dependents

The DBI is a database access module for the Perl programming language. It defines a set of methods, variables, and conventions that provide a consistent database interface, independent of the actual database being used. It is important to remember th...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC - Search in distribution
  • DBI::DBD - Perl DBI Database Driver Writer's Guide

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.088 - 21 Apr 2024 23:58:19 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

Fuse - write filesystems in Perl using FUSE River stage two • 14 direct dependents • 18 total dependents

This lets you implement filesystems in perl, through the FUSE (Filesystem in USErspace) kernel/lib interface. FUSE expects you to implement callbacks for the various functions. In the following definitions, "errno" can be 0 (for a success), -EINVAL, ...

DPATES/Fuse-0.16 - 16 Sep 2013 05:22:15 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

Math::MPFR - perl interface to the MPFR (floating point) library. River stage one • 5 direct dependents • 8 total dependents

A bigfloat module utilising the MPFR library. Basically this module simply wraps the 'mpfr' floating point functions provided by that library. Operator overloading is also available. The following documentation heavily plagiarises the mpfr documentat...

SISYPHUS/Math-MPFR-4.28 - 15 Jan 2024 03:42:02 UTC - Search in distribution

perlfunc - Funciones predefinidas en Perl *** DOCUMENTO SIN REVISAR *** River stage zero No dependents

ENELL/POD2-ES-5.24.0.5 - 01 Jan 2017 21:24:12 UTC - Search in distribution

Date::Calc - Gregorian calendar date calculations River stage three • 97 direct dependents • 288 total dependents

* "use Date::Calc qw( Days_in_Year Days_in_Month ... );" * "use Date::Calc qw(:all);" You can either specify the functions you want to import explicitly by enumerating them between the parentheses of the ""qw()"" operator, or you can use the "":all""...

STBEY/Date-Calc-6.4 - 07 Mar 2015 20:24:35 UTC - Search in distribution

Date::Pcalc - Gregorian calendar date calculations River stage one • 1 direct dependent • 1 total dependent

* "use Date::Pcalc qw( Days_in_Year Days_in_Month ... );" * "use Date::Pcalc qw(:all);" You can either specify the functions you want to import explicitly by enumerating them between the parentheses of the ""qw()"" operator, or you can use the "":all...

STBEY/Date-Pcalc-6.1 - 16 Oct 2009 05:54:08 UTC - Search in distribution

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

This chapter provides an in-depth mod_perl 2.0 configuration details....

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

Net::SSLeay - Perl bindings for OpenSSL and LibreSSL River stage four • 166 direct dependents • 2151 total dependents

This module provides Perl bindings for libssl (an SSL/TLS API) and libcrypto (a cryptography API)....

CHRISN/Net-SSLeay-1.94 - 08 Jan 2024 01:22:27 UTC - Search in distribution

Apache::ASP - Active Server Pages for Apache with mod_perl River stage one • 2 direct dependents • 2 total dependents

Apache::ASP provides an Active Server Pages port to the Apache Web Server with Perl scripting only, and enables developing of dynamic web applications with session management and embedded Perl code. There are also many powerful extensions, including ...

CHAMAS/Apache-ASP-2.63 - 15 Mar 2018 05:28:37 UTC - Search in distribution
135 results (0.15 seconds)