PHP Multi-threading



As multi-threading is not built in PHP I've been using a hack letting
the Apache server handle the multi-threading issues, but I'm really
curious of other approaches to this issue.

If anyone has any ideas I'd be more than glad to hear them up and
discuss them.
.



Relevant Pages

  • Re: [PHP] PHP telnet server
    ... This, however, is written in C: does PHP have that much of an overhead so that bandwidth is actually that much of an issue? ... go for the 32 cores all ... design any new performance-critical application for multi-threading. ... The big monolith is easier to deal ...
    (php.general)
  • Sockets - Multi Threading?
    ... I'm only relatively new to php... ... does it have all the capabilities of Java's ... will php eventually incorporate it in the ...
    (alt.php)
  • Re: PHP Multi-threading
    ... George Maicovschi schreef: ... the Apache server handle the multi-threading issues, ... Unless you have some compelling reason to use a threaded webserver, I think, for now, the best option is fastcgi, if performance is an issue. ...
    (comp.lang.php)