summaryrefslogtreecommitdiff
path: root/devel/p5-IPC-ShareLite
AgeCommit message (Collapse)AuthorFilesLines
2003-08-31Update p5-IPC-ShareLite from 0.08 to 0.09.he2-5/+5
Changelog: 0.09 Wed Dec 4 13:51:05 PST 2002 - fixed bug in size() thanks to Craig Manley <c.manley@skybound.nl>
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-10-13Use buildlink2. Use perl5/module.mk.seb1-6/+6
2001-11-28Buildlinkify.jlam1-3/+4
2001-11-20Initial import of p5-IPC-ShareLitemjl5-0/+48
IPC::ShareLite provides a simple interface to shared memory, allowing data to be efficiently communicated between processes. It provides an abstraction of the shared memory and semaphore facilities of SysV IPC, allowing the storage of arbitrarily large data; the module automatically acquires and removes shared memory segments as needed. Storage and retrieval of data is atomic, and locking functions are provided for higher-level synchronization. In many respects, this module is similar to IPC::Shareable. However, IPC::ShareLite does not provide a tied interface, does not (automatically) allow the storage of variables, and is written in C for additional speed.