"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 UTCUses System V semaphores to lock access to a shared memory file...
PJFL/IPC-SRLock-0.31.1 - 03 Feb 2017 23:10:57 UTCA class providing an object based interface to SysV IPC message queues....
MHX/IPC-SysV-2.09 - 13 Nov 2020 17:02:18 UTCA class providing an object based interface to SysV IPC semaphores....
MHX/IPC-SysV-2.09 - 13 Nov 2020 17:02:18 UTCA class providing an object based interface to SysV IPC shared memory....
MHX/IPC-SysV-2.09 - 13 Nov 2020 17:02:18 UTCKCODY/IPC-Shm-0.35 - 09 Jun 2014 00:45:15 UTC
KCODY/IPC-Shm-Simple-1.10 - 06 Jun 2014 21:44:05 UTC
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 UTCProvides set/reset locking methods which will force a critical region of code to run single threaded Implements a factory pattern, three implementations are provided. The LCD option IPC::SRLock::Fcntl which works on non Unixen, IPC::SRLock::Sysv whic...
PJFL/IPC-SRLock-0.31.1 - 03 Feb 2017 23:10:57 UTCIPC::ShareLite provides a simple interface to shared memory, allowing data to be efficiently communicated between processes. Your operating system must support SysV IPC (shared memory and semaphores) in order to use this module. IPC::ShareLite provid...
ANDYA/IPC-ShareLite-0.17 - 11 Mar 2009 00:37:48 UTCIPC::Shareable allows you to tie a variable to shared memory making it easy to share the contents of that variable with other Perl processes. Scalars, arrays, and hashes can be tied. The variable being tied may contain arbitrarily complex data struct...
MSOUTH/IPC-Shareable-0.61 - 13 Oct 2012 00:28:13 UTCBBKR/IPC-Concurrency-0.5 - 28 Mar 2008 16:16:03 UTC
An abstract interface to semaphore sets and their resources. A semaphore is an abstract data type that is provided by the system to give access control to common resources by multiple processes in parallel programming or in a multi-user environment. ...
SUTT/IPC-Semaphore-Set-1.20 - 04 Apr 2017 11:34:04 UTCThis module allows you to limit concurrency of specific portions of your code. It can be used to limit resource usage or to give exclusive access to specific resources. This module is similar in functionality to IPC::Concurrency with the main differe...
DERMOTH/IPC-Semaphore-Concurrency-0.04 - 23 Jan 2014 03:54:20 UTCGlobal::IPC::StaticVariable is a module which can alloc 512MB Sysv IPC shared memory for perl. You can use it to delivery contents, or use it as a job queue. It can be updated with strings, or append into it, or get contents and clear it. And all of ...
ITSUSONY/Global-IPC-StaticVariable-0.015 - 28 Sep 2016 03:24:50 UTCA friend couldn't get APR::ThreadMutex to work so I offered to roll my own mutual exclusion code when, *bong*, I realized this would be trivial to do with a simple pipe. It is easiest to use as a very simple mutex (see Synopsis above). You can also u...
TYEMQ/IPC-Semaphore-SmokeSignals-0.001002 - 15 Jan 2015 05:10:04 UTC