diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2008-05-23 21:18:39 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2008-05-23 21:18:39 +0000 |
commit | f532e2405a86e1d06101e7f16d1a06c57c38f1e7 (patch) | |
tree | 493f4b8f11be6f9234c8929e9caa0a69d5907084 /devel/p5-IPC-SharedCache | |
parent | 6d4aa839c8cdb87f7568725dc7b86a60214d87b7 (diff) | |
download | ports-f532e2405a86e1d06101e7f16d1a06c57c38f1e7.tar.gz ports-f532e2405a86e1d06101e7f16d1a06c57c38f1e7.zip |
Notes
Diffstat (limited to 'devel/p5-IPC-SharedCache')
-rw-r--r-- | devel/p5-IPC-SharedCache/pkg-descr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-IPC-SharedCache/pkg-descr b/devel/p5-IPC-SharedCache/pkg-descr index 1206e3bfa2d8..d772f361d542 100644 --- a/devel/p5-IPC-SharedCache/pkg-descr +++ b/devel/p5-IPC-SharedCache/pkg-descr @@ -2,10 +2,10 @@ 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 +ipc_key argument to tie. Every process that accesses shared memory with the same key gets access to the same region of memory. In some ways it resembles a file system, but it is not hierarchical and it is resident in memory. This makes it harder to use than a filesystem but much faster. The data in shared memory persists until the -machine is rebooted or it is explicitely deleted. +machine is rebooted or it is explicitly deleted. |