/Com/MyCom.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 |
|---|---|
MyCom
|
The MySQL Communication Class |
require
(Up(__FILE__,1)."Com.php")
(line 13)
require the Abstract Communication Class
Documentation generated on Fri, 01 Aug 2008 05:54:14 +0300 by phpDocumentor 1.4.1