onPHP

SystemFiveLocker Class Reference

 

SystemFiveLocker Class Reference
[Different locking methods implementation]

System-V semaphores based locking. More...

Inheritance diagram for SystemFiveLocker:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 get ($key)
 acquire lock
 free ($key)
 release lock
 drop ($key)
 completely remove lock

Detailed Description

System-V semaphores based locking.

Definition at line 18 of file SystemFiveLocker.class.php.


Member Function Documentation

SystemFiveLocker::get ( key  ) 

acquire lock

Reimplemented from BaseLocker.

Definition at line 20 of file SystemFiveLocker.class.php.

References Assert::isUnreachable().

Here is the call graph for this function:

SystemFiveLocker::free ( key  ) 

release lock

Reimplemented from BaseLocker.

Definition at line 36 of file SystemFiveLocker.class.php.

SystemFiveLocker::drop ( key  ) 

completely remove lock

Reimplemented from BaseLocker.

Definition at line 50 of file SystemFiveLocker.class.php.


The documentation for this class was generated from the following file:

generated by doxygen-1.5.1
for onPHP at Fri Jul 13 00:08:18 2007