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

  • 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)