PHP Classes
elePHPant
Icontem

What is the best PHP multithreading class?: How to implement threads in PHP

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  All requests RSS feed  >  What is the best PHP multithreading class?  >  Request new recommendation  >  A request is featured when there is no good recommended package on the site when it is posted. Featured requests  >  No recommendations No recommendations  

What is the best PHP multithreading class?

Edit

Picture of stefanhorner by stefanhorner - 28 days ago (2016-01-16)

How to implement threads in PHP

This request is clear and relevant.
This request is not clear or is not relevant.

+3

I want to create threads in PHP.

Ask clarification

1 Recommendation

Multi-threading in PHP: Run emulated parallel threads with HTTP requests

This recommendation solves the problem.
This recommendation does not solve the problem.

+2

Picture of Manuel Lemos by Manuel Lemos Reputation 11100 - 26 days ago (2016-01-19) Comment

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
: 
: