PHP Classes
elePHPant
Icontem

multi thread

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

      Found: 27       Packages icon Packages (6)   Blogs icon Blogs (11)   Packages icon Forums icon Package forums (4)   Blogs icon Forums icon Blog forums (6)  
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-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 ...
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 ...
... 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
Multi Threading, Daemon (Windows service) Support forum daemon-windows Create Windows service to run daemons   This class can be used to used to create Windows service to run daemons. This is mostly an example of how to start a Windows service using the Win32 PHP extension. It register the service ...
Multi Threaded Daemon - enhanced Support forum multithreadeddaemon2 Daemon that spawns multiple parallel threads   This class implements a daemon that can spawn multiple parallel threads. It is an enhanced version of the original Multithreaded Daemon class written by Killerwhile. This version provides ...