/Examples/Ex2_MainThread.phpThis Example Demostrates using Flat Files Communication with Cli Thread Calling
it does a simple task one thread is counting and the other is printing to file
it Consists of the Files:-
1)Ex2_MainThread.php : The Main thread that watches two threads and prints to screen when they finish 2)Ex2_Counter.php : The Thread that Counts 3)Ex2_Echoer.php : The Thread That Prints to file
require_once
("../Handlers/Loader.php")
(line 19)
require_once
("../Thread/CliThreader.php")
(line 20)
require_once
("../Com/FileCom.php")
(line 21)
Documentation generated on Fri, 01 Aug 2008 05:54:12 +0300 by phpDocumentor 1.4.1