|
|
| Name: |
PHP parallel programming |
| Base name: |
parallel-php |
| Description: |
Run parallel scripts using a C++ program |
| Related classes: |
fork, parallel, pcntl, scripts, asynchronous, php scripts |
| Version: |
- |
| PHP version: |
5.3 |
| License: |
Free for non-commercial use |
| All time users: |
853 users |
| All time rank: |
3386 |
| Week users: |
1 user |
| Week rank: |
2419 |
| |
|
 |
|
Innovation award
 Nominee: 1x
Winner: 1x |
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.
 November 2009
Winner |
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 |
| Not yet rated by the users |
| |
Applications that use 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.
| |
Files |
|
|
| File |
Role |
Description |
temp.txt |
Output |
directory which store all the intermediate files |