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 of implementation sub-classes.
The main class can manage the execution of code in critical sections using locks to assure than only one thread executes critical section code at a time.
The class also manages the access to variables that are shared by threads running at the same time.
|
|
| Name: |
Multi Threaded Daemon |
| Base name: |
multithreadeddaemon |
| Description: |
Manage the execution of parallel threads |
| Version: |
- |
| PHP version: |
5 |
| License: |
GNU General Public License (GPL) |
| All time users: |
1150 users |
| All time rank: |
2858 |
| Week users: |
3 users |
| Week rank: |
923  |
| |
|
| 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 |
|
|