Recommend this page to a friend! |
Download .zip |
Info | View files (11) | Download .zip | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2006-06-19 (10 years ago) | 68% | Total: 1,916 This week: 2 | All time: 1,991 This week: 591 |
Version | License | Categories | ||||
ipc_sharedmem 1.0.0 | GNU Lesser Genera... | PHP 5, System information |
Description | Author | ||||||||||||||||
This is a package that can be used to share information between different processes using several types of shared memory containers. Innovation Award
|
|
INSTALLATION: Create the following directory structure somewhere in you PHP search path: IPC/SharedMem Copy ISharedMem.php into the IPC directory. Copy File.php, ShmOp.php, and MySQL.php into the IPC/SharedMem directory. USAGE: See the test/example scripts. |
Files |
File | Role | Description |
---|---|---|
File.php | Class | File based shared memory class. |
MySQL.php | Class | MySQL based shared memory class. |
README.TXT | Doc. | Instructions |
SharedMem.php | Class | Common Interface class. |
ShmOp.php | Class | PHP shmop and sysvsem extensions based shared memory class. |
tfile_atomic.php | Example | Example/test script for IPC_SharedMem_File class. |
tfile_trans.php | Example | Example/test script for IPC_SharedMem_File class. |
tmysql_atomic.php | Example | Example/test script for IPC_SharedMem_MySQL class. |
tmysql_trans.php | Example | Example/test script for IPC_SharedMem_MySQL class. |
tshmop_atomic.php | Example | Example/test script for IPC_SharedMem_ShmOp class. |
tshmop_trans.php | Example | Example/test script for IPC_SharedMem_ShmOp class. |
Version Control | Reuses | Unique User Downloads | Download Rankings | ||||||||||||||||
0% | 1 |
|
|
User Ratings | ||||||||||||||||||||||||||||||
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Other classes that need this package |
Class | Why it is needed | Dependency |
---|---|---|
Authen_DAP | for shared memory | Required |