 |
|
Innovation award
 Nominee: 4x |
This is a package that can be used to share information between different processes using several types of shared memory containers.
A few shared memory container classes are provided implementing the same interface: file based, SysV shm, MySQL record.
The interface has functions for atomically fetching or storing shared memory data and also functions to start or finish transactions that allow multiple read or write access operations to be safely execute assuring the necessary integrity.
|
|
| Name: |
IPC Shared Memory |
| Base name: |
ipc_sharedmem |
| Description: |
Access data stored in shared memory containers |
| Version: |
- |
| PHP version: |
- |
| License: |
GNU Lesser General Public License (LGPL) |
| All time users: |
1829 users |
| All time rank: |
1916 |
| Week users: |
0 users |
| Week rank: |
2036  |
| |
|
 January 2005
Number 3
Prize: One book of choice by O'Reilly |
Using shared memory is a solution for exchanging information between two or more processes or programs, that may or may not be running at the same time, in the same computer or even in different computers.
The uses of shared memory can be for instance: accessing to information application variables, exchanging messages between programs, etc..
Depending on the requirements of the applications that can benefit from its use, shared memory can be implemented using for instance OS specific shared memory extensions, memory mapped files and database accessible remotely via a network.
This class implements an abstracted solution that provides a single interface for accessing storing and retrieving information from different types of shared memory containers, thus making it possible to switch between container types as the requirements of an application evolve.
Manuel Lemos |
| Project record: |
ipc_sharedmem |
| Popularity score: |
12.0 |
| Vitality score: |
55.22 |
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (87.5%) |
Good (87.5%) |
Sufficient (75.0%) |
Sufficient (68.8%) |
- |
- |
Sufficient (66.9%) |
363 |
| Month: |
Not yet rated by the users |
| |
Packages that need this class |
|
|
| Class |
Dependency |
Why it is needed |
| Authen_DAP |
Required |
for shared memory |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|