 |
| File |
Role |
Description |
shot.png |
Screen |
Screenshot |
|
Innovation Award
 October 2008
Number 4 |
In PHP you can use the pcntl extension to create parallel processes that run multiple PHP tasks simultaneously.
However, when available, the pcntl extension only runs under UNIX/Linux systems.
This class provides an alternative to run parallel processes in PHP without depending on the pcntl extension. It uses the PHP CLI program to start new parallel processes.
Manuel Lemos |
This class can be used to create parallel processes with the PHP CLI program.
It can start parallel processes by running the PHP CLI program in the background for each new process.
The new process is set to run a given PHP script. Variable values are passed to the new process using temporary files.
| There are not enough user ratings to display for this class. |
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.
| Link |
Description |
| Alex's blog |
Alex Snet write all his minds in personal blog. |