Innovation Award
 November 2009
Nominee
Vote |
Some tasks require the execution of lengthy procedures many times.
Often, a better approach to execute such procedures in less time is to start parallel threads that execute parts of the procedures.
PHP can start parallel processes using the pcntl extension, which only works on Linux/Unix-like systems.
This class provides an alternative solution for starting and managing parallel PHP scripts. It uses a separate program written in C++. This program comes in versions for Linux/Unix and Windows.
It is also able to control the execution of the parallel PHP scripts and can capture their output.
Manuel Lemos |
This package can be used to run multiple parallel scripts using a C++ program.
It can start parallel scripts that may run synchronously or asynchronously using the compiled C++ program to run PHP command line program.
It can control the execution of parallel scripts and retrieve their output.
| Not yet rated by the users |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.