PHP Classes
elePHPant
Icontem

multithread

Search this site
:    Looking up search words... 
Sections:  
Search forums:   
Permalink

      Found: 10       Packages icon Packages (4)   Blogs icon Blogs (2)   Packages icon Forums icon Package forums (2)   Blogs icon Forums icon Blog forums (2)  
Multi-thread Simulation Support forum thread Emulate threads using separate HTTP requests   This class can emulate the execution of program threads using separate HTTP requests to the same script. It establishes an HTTP connection to the same Web server to execute the same PHP script. It sends a request ...
... as the HTTP response. Multi-threading in PHP Support forum multi-threading-php Run emulated parallel threads with HTTP requests   example file multi thread class    user function Site Meter
Thread Support forum php_fork A class to implement multi-threaded applications   Wrapper around the pcntl_fork() stuff, with a API set like Java language. Practical usage is done by extending this class, and re-defining the run() method. This way PHP developers can enclose logic into a class that ...
Multi Threaded Daemon Support forum multithreadeddaemon Manage the execution of parallel threads   This class can be used to manage the execution of running multiple parallel tasks in PHP using the pcntl extension. It can start a given number of parallel threads that execute code defined by functions ...