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

Search results for "IPC::SysV"

IPC::SysV - System V IPC constants and system calls River stage two • 13 direct dependents • 39 total dependents

"IPC::SysV" defines and conditionally exports all the constants defined in your system include files which are needed by the SysV IPC calls. Common ones include IPC_CREAT IPC_EXCL IPC_NOWAIT IPC_PRIVATE IPC_RMID IPC_SET IPC_STAT GETVAL SETVAL GETPID ...

MHX/IPC-SysV-2.09 - 13 Nov 2020 17:02:18 UTC - Search in distribution

IPC::SRLock::Sysv - Set / reset locks using System V IPC River stage one • 1 direct dependent • 4 total dependents

Uses System V semaphores to lock access to a shared memory file...

PJFL/IPC-SRLock-0.31.1 - 03 Feb 2017 23:10:57 UTC - Search in distribution
  • IPC::SRLock - Set / reset locking semantics to single thread processes

IPC::Shm - Easily store variables in SysV shared memory. River stage zero No dependents

KCODY/IPC-Shm-0.35 - 09 Jun 2014 00:45:15 UTC - Search in distribution

IPC::SharedCache - a Perl module to manage a cache in SysV IPC shared memory. River stage zero No dependents

This module provides a shared memory cache accessed as a tied hash. Shared memory is an area of memory that is available to all processes. It is accessed by choosing a key, the ipc_key arguement to tie. Every process that accesses shared memory with ...

SAMTREGAR/IPC-SharedCache-1.3 - 25 Mar 2000 07:15:52 UTC - Search in distribution

Scaffold::Lockmgr::SharedMem - Use SysV IPC for resource locking. River stage zero No dependents

This module is an extended version of IPC::SharedMem. It adds a set() method....

KESTEB/Scaffold-0.10 - 27 Apr 2012 03:57:20 UTC - Search in distribution

IPC::Shm::Simple - Simple data in SysV shared memory segments. River stage one • 1 direct dependent • 1 total dependent

KCODY/IPC-Shm-Simple-1.10 - 06 Jun 2014 21:44:05 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

perl56delta - what's new for perl v5.6.0 River stage five • 11292 direct dependents • 32664 total dependents

This document describes differences between the 5.005 release and the 5.6.0 release....

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

IT::perlopentut River stage zero No dependents

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

Promise::Me - Fork Based Promise with Asynchronous Execution, Async, Await and Shared Data River stage one • 4 direct dependents • 6 total dependents

Promise::Me is an implementation of the JavaScript promise using fork for asynchronous tasks. Fork is great, because it is well supported by all operating systems (except AmigaOS, RISC OS and VMS) and effectively allows for asynchronous execution. Wh...

JDEGUEST/Promise-Me-v0.4.11 - 26 Apr 2024 05:22:24 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

Config::Model::models::Systemd::Section::TimerUnit - Configuration class Systemd::Section::TimerUnit River stage zero No dependents

Configuration classes used by Config::Model...

DDUMONT/Config-Model-Systemd-0.254.1 - 24 Nov 2023 17:24:37 UTC - Search in distribution

Apache::Mmap - Associates a scalar with a mmap'd file River stage zero No dependents

"Apache::Mmap" provides a facility for using the mmap(2) system call to have the OS map a file into a process' address space. Two interfaces are provided: * "mmap" and "munmap" methods which provide a persistant caching mechanisim similar to that pro...

FLETCH/Apache-Mmap-0.05 - 25 Nov 1997 04:25:20 UTC - Search in distribution

Cache::RamDisk - Sharing of Perl Objects Between Processes on Several RAM Drives River stage zero No dependents

*Note: 'rd' is from now on in this document an abbreviation for 'ramdisk' or 'RAM Disk' or however you prefer to write or exclaim that herewith specified thing.* Cache::RamDisk provides multi-process applications with a means of sharing Perl objects ...

MAHT/Cache-RamDisk-0.1.6 - 04 Aug 2003 17:11:59 UTC - Search in distribution

Apache::Traffic - Tracks hits and bytes transferred on a per-user basis River stage zero No dependents

This module tracks the total number of hits and bytes transferred per day by the Apache web server, on a per-user basis. This allows for real-time statistics without having to parse the log files. After installation, add this to your Apache's httpd.c...

MAURICE/Apache-Traffic-1.02 - 09 Jan 1998 19:03:14 UTC - Search in distribution

POSIX::Overview - POSIX in Perl River stage one • 2 direct dependents • 2 total dependents

The *POSIX standard* defines access to the operating system. Most operating systems (not limited to the UNIX family) provide at least a part of this standard, sometimes as optional or commercial extension package. POSIX describes how C-programmers ca...

MARKOV/POSIX-1003-1.02 - 10 Nov 2020 15:48:09 UTC - Search in distribution

Module::Generic::File::Mmap - MMap File Class River stage two • 15 direct dependents • 19 total dependents

JDEGUEST/Module-Generic-v0.35.5 - 26 Apr 2024 23:50:59 UTC - Search in distribution

IPC::Shareable - Use shared memory backed variables across processes River stage two • 8 direct dependents • 11 total dependents

IPC::Shareable allows you to tie a variable to shared memory making it easy to share the contents of that variable with other Perl processes and scripts. Scalars, arrays, hashes and even objects can be tied. The variable being tied may contain arbitr...

STEVEB/IPC-Shareable-1.13 - 12 Oct 2022 00:11:02 UTC - Search in distribution

Test::Without::Shm - simulate shmget() etc not available River stage zero No dependents

This module overrides the Perl core functions shmget() shmread() shmwrite() shmctl() to pretend that their System-V style shared memory is either not implemented or there's not enough memory. This fakery can be used during testing to check how module...

KRYDE/Test-VariousBits-7 - 23 Apr 2017 02:42:45 UTC - Search in distribution
35 results (0.324 seconds)