Cli Thread Calling Class
This Class uses OS Specific calls to launch a Separate PHP/Cli Process to execute Thread Sure it's heavier that other Ways but Supports both PHP/Cli and PHP as part of web server (in any way CGI , Module ..etc )
IMPORTANT NOTE : in order for this class to work :- On Windows : The *.php class must be tied to your php.exe On *nix : The Script must be executable by adding Execution path on top of top
Located in /Thread/CliThreader.php (line 26)
CallerBasic | --CliThread
Parameters to be passed
Inherited from CallerBasic
CallerBasic::$pos
Cli-Thread Class Constuctor Just Pick Arguments and tidy them
Cli-Thread Calling Specific Launching Function
Launch Threads and them thier arguments in OS dependent manner
Detect Using Windows
Cli-Thread Calling Specific Parameters Setting Function
Direct Setting of Thread Params
Note : The format of Parameters here is like Cli Programs arguments passing e.g. "asd qwe rty" Can be Percived at Called Threads as $argv[1]="asd" , $argv[1]="qwe" , $argv[1]="rty"
Inherited From CallerBasic
CallerBasic::__construct()
CallerBasic::Get()
CallerBasic::GetID()
CallerBasic::GetState()
CallerBasic::Go()
CallerBasic::Join()
CallerBasic::Set()
CallerBasic::SetParams()
Documentation generated on Fri, 01 Aug 2008 05:54:10 +0300 by phpDocumentor 1.4.1