Recommend this page to a friend! |
![]() ![]() |
Info | ![]() |
![]() ![]() |
Reputation | Support forum (1) | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
![]() ![]() ![]() ![]() | Total: 8,723 This week: 1 | All time: 184 This week: 326![]() |
Version | License | Categories | ||||
php_fork 1.0.0 | The PHP License | Unix, Language |
Description | Author | ||||||||||||||||||||||
Wrapper around the pcntl_fork() stuff, with a API set like Java language. Recommendations Threads PHP |
|
![]() |
File | Role | Description |
---|---|---|
![]() ![]() |
Example | shows a multiprocess application scheme where all processes run a sleep() cycle, and a centralized dispatcher pass them the work. |
![]() ![]() |
Example | a basic example, only two pseudo-threads that increment a counter simultaneously |
![]() ![]() |
Example | shows how to execute methods into the child process. |
![]() |
Class | Main class |
![]() ![]() |
Doc. | installation instructions |
![]() ![]() |
Example | shows variable exchange between the parent process and started pseudo-threads. |
![]() ![]() |
Doc. | API docs |
![]() ![]() |
Example | shows how to attach a controller to started pseudo-threads. |
Version Control | Reuses | Unique User Downloads | Download Rankings | ||||||||||||||||
0% | 2 |
|
|
User Ratings | ||||||||||||||||||||||||||||||
|
Applications that use this package |
PHPlet An application server written in PHP |
If you know an application of this package, send a message to the author to add a link here.
Other classes that need this package |
Class | Why it is needed | Dependency |
---|---|---|
DNServer | To implement the DNServer_multithreaded. | Conditional |
PHP Cron Daemon | This class forms the actual thread-generation. Is included by default | Required |
Pages that reference this package |
File downloading process in the background (Turkish) You would not say this for PHP, there is the concept of thread... |
Multi threading with PHP Surfing in Phpclasses I’ve found a really useful (at least for me) class that implements a Java like thread class... |
php fork - |
PHP multithreading realization In PHPClasses I discovered is extremely something useful (at least to me) similar to Java thread class... |
PHP: Your imagination is your limit Do you think PHP was only developed for write Web-Sites?... I invite ... |
Threads in PHP Class: Thread is a wrapper around the pcntl_fork() stuff, with a API set like Java language... |