|
|
| Name: |
Mutex |
| Base name: |
mutex |
| Description: |
Assure exclusive to resources using file locks |
| Related classes: |
lock, mutex |
| Version: |
0.9 |
| PHP version: |
4.0 |
| License: |
MIT/X Consortium License |
| All time users: |
161 users |
| All time rank: |
6365 |
| Week users: |
1 user |
| Week rank: |
2419 |
| |
|
This class can assure exclusive to resources using file locks.
It can create an exclusive lock with a given name using file locks. It only returns when the exclusive lock is obtained.
The class can also check if lock can be obtained without leaving it locked.
| Not yet rated by the users |
| |
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 |
|
|
| File |
Role |
Description |
mutex.php |
Class |
Mutex PHP Class |