IPC::Cache is used to persist data across processes via shared memory. TYPICAL USAGE A typical scenario for this would be a mod_perl or perl CGI application. In a multi-tier architecture, it is likely that a trip from the front-end to the database is...
DCLINTON/IPC-Cache-0.02 - 01 Feb 2000 01:42:09 UTCThis 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"IPC::Cmd::Cached" uses "IPC::Cmd" to run arbitrary shell commands, but caches their results and finds them later. It uses a "Cache::FileCache" object to store the output of commands it has successfully executed persistently on disk. Results are stor...
MSCHILLI/IPC-Cmd-Cached-0.01 - 18 Dec 2007 06:10:59 UTCThis module provides a simple API for publishing messages to *channels* and for subscribing to them. When a *message* is published on a channel, all subscribers currently in that channel will get it on their next "get" or "get_all" call. Currently, i...
ALEXMV/IPC-PubSub-0.29 - 13 Dec 2008 06:24:59 UTCThis module implements a FIFO queueing infrastructure, using a directory as the communications and storage media. No daemon process is required to manage the queue; all communication takes place via the filesystem. A common UNIX system design pattern...
JMASON/IPC-DirQueue-1.0 - 18 Apr 2008 15:39:15 UTCKCODY/IPC-Shm-Simple-1.10 - 06 Jun 2014 21:44:05 UTC
IPC::Fork::Simple is a module designed to simplify interprocess communication used between a parent and its child forks. This version of the module only supports one-way communication, from the child to the parent....
JEAGLE/IPC-Fork-Simple-1.47 - 23 Jun 2011 01:16:54 UTCUses Cache::Memcached to implement a distributed lock manager...
PJFL/IPC-SRLock-0.31.1 - 03 Feb 2017 23:10:57 UTC