Jump to content

PHP Threads


Recommended Posts

PHP is compiled real-time, so multi-threading WITHIN PHP itself doesn't make sense in my head. Here's a solution here:

 

http://www.phpclasses.org/package/3953-PHP-Emulate-threads-using-separate-HTTP-requests.html

 

I have done a couple of 'manual' php multi-thread projects, mostly for bulk email sending. I have a 'controller' script with, say, 10 i-frames or AJAX calls within it. Each one calls the same page with different input variables. It's a pseudo multi-thread.

Link to comment
https://forums.phpfreaks.com/topic/235733-php-threads/#findComment-1211686
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.