PHP 5: IPC Shared Memory
Craig Manley (contact me)
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.
| Utility
| Consistency
| Docs
| Examples
| Tests
| Videos
| Overall
| Rank
|
| Good (87.5%)
| Good (87.5%)
| Sufficient (75.0%)
| Sufficient (68.8%)
| -
| -
| Sufficient (66.9%)
| 275 |
Click here for detailed information about this class on phpclasses.org