| Recommend this page to a friend! |
| Author | ||
![]() |
|
Innovation award![]() Nominee: 3x | |||||||||||||||||||
| Classes of Alex B. Snet | > | Threading | > | Download .zip .tar.gz | > | > | > | |||||
|
|||||||||||||||||||||||
| Groups | ||||||
| Applications | Related links | |||||
| Groups | ||
| PHP 5 | Classes using PHP 5 specific features | View top rated classes | |
| Unix | Use of capabilities specific of POSIX, Unix like operating systems | View top rated classes | |
| Language | Constructs to assist in the language control | View top rated classes |
| Innovation Award | ||
![]() October 2008 Number 4 Prize: One book of choice by O'Reilly |
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 |
| User ratings | ||
| Ratings | ||||||||
|---|---|---|---|---|---|---|---|---|
| All time: | ||||||||
| Month: | ||||||||
| Applications that use this class | ||
| Related links | ||
| Link | Description |
|---|---|
| Alex's blog | Alex Snet write all his minds in personal blog. |
| File | Role | Description |
|---|---|---|
| Class | This class | |
| Example | Example script |
| Download all files: threading-wo-pcntl.tar.gz threading-wo-pcntl.zip |