File/Com/ShmopCom.php

Description

This is the Part taking responsibility of Communication between threads

it has an abstreact class (must be extended) and some concrete classes implementing it to provide communication in several ways (Shared Memory , Mysql , flat files) now

Classes
Class Description
 class ShmopCom The Shared Memory Communication Class
Includes
 require (Up(__FILE__,1)."Com.php") (line 13)

require the Abstract Communication Class

 require (Up(__FILE__,2)."Sync/SimpleMutex.php") (line 17)

require the Choosen Sync. class

 require (Up(__FILE__,2)."Handlers/PlainArray.php") (line 21)

require the Writting Methodology Class

Documentation generated on Fri, 01 Aug 2008 05:54:16 +0300 by phpDocumentor 1.4.1