/Thread/SocThreader.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 |
|---|---|
SocThread
|
The Socket Calling Class This Class uses PHP Sockets to connect to server and launch a PHP Script/Thread it Extends CallerBasic and implelemts it's Abstract functions |
require
(Up(__FILE__,1)."Caller.php")
(line 13)
require the Abstract Thread - Calling Class
Documentation generated on Fri, 01 Aug 2008 05:54:17 +0300 by phpDocumentor 1.4.1