/Com/FileCom.phpThis 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
| Class | Description |
|---|---|
FileCom
|
The Flat File Communication Class |
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:14 +0300 by phpDocumentor 1.4.1