Posted by Jerry Stuckle on 05/21/07 01:55
Graham Weldon wrote:
> Has anyone got any information or links for some tutorials on threading
> with PHP?
> I was looking at running a socket listener, and launch off new threads,
> and co-ordinate as requests come in.
>
> Cheers,
> Graham
Graham,
The PHP cli doesn't support multithreading. You can get multiple
threads if you're running as an Apache or IIS extension and the
webserver is running multiple threads, but that's all.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|