A class providing an object based interface to SysV IPC semaphores....
MHX/IPC-SysV-2.07 - 09 May 2016 20:44:38 GMTAn 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 GMTA 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 GMTThis 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 GMTA simple interface to a resource value in a semaphore set....
SUTT/IPC-Semaphore-Set-1.20 - 04 Apr 2017 11:34:04 GMTKCODY/IPC-Shm-0.35 - 09 Jun 2014 00:45:15 GMT
"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.07 - 09 May 2016 20:44:38 GMTThis 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 GMTIPC::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 GMTIPC::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 GMTUses System V semaphores to lock access to a shared memory file...
PJFL/IPC-SRLock-0.31.1 - 03 Feb 2017 23:10:57 GMT