Anyhow, that go me thinking, does anyone know to tell how many threads php can handle/has handled? Something like this would prob help me get PHP a foot in the door around here.
Any info is appreciated.
Thanks
Chris
I wrote a kick-ass high performance embedded HTTP server for Win32 using overlapped io and completion ports and use the rule of thumb - 2 worker threads per CPU. I wouldn't say that they're off base at all.
Now as far as php goes I don't believe it talks in threads per-se. The CGI version is pretty self-explanatory requiring a process to be started each time it's called. The SAPI modules are another story and I'm not too familiar with the php i nsides.
#If you have any other info about this subject , Please add it free.# |
edit