Recommend this page to a friend! | ![]() |
![]() |
All requests ![]() |
> | What is the best PHP multithreading class? | > | Request new recommendation | > | ![]() |
> | ![]() |
||
by stefanhorner - 28 days ago (2016-01-16) multithreading
+3 | I want to create threads in PHP. |
+2 |
If you want real threads you should use the pthreads extension. If this extension is not available in your PHP environment, you can use this class that emulates threads by sending HTTP requests to the same Web server, thus creating new instances of a script running in parallel. |
Recommend package | |
|