/Thread/Caller.phpThis is the Part taking responsibility of Calling / Launching Threads
it has an abstreact class (must be extended) and some concrete classes implementing it to provide Calling Threads in several ways (Ajax , Sockets , Executing as Separate PHP/Cli Process) now
| Class | Description |
|---|---|
Process
|
Instances of this class are used as Containers for threads (hence name Process :) ) |
CallerBasic
|
This is an Abstract class representing Methods all Thread-Calling classes must implement |
TClient
|
This Class is Instaitained in Called Threads |
Template
|
This class is used for Templating static names used by other classes |
Documentation generated on Fri, 01 Aug 2008 05:54:08 +0300 by phpDocumentor 1.4.1