On 4/25/07, clive <[EMAIL PROTECTED]> wrote:

> Do you know any resource, describing how php works (like the thing about
> compiling opcode, and stuff)? How does php handle simultaneous requests?
> Are there multiple threads spawned?

PHP doesn't do threading, apache does however every request it receives
spawns a new thread ( there is however a thread limit in apache if Im
not mistaken), but a single php cant unless you simulate it with arrays
and loops.

clive


No threading?? :O
Threads are a "must have" for Compilers (also JIT), no?
PHP is fast already, but it should make PHP even faster i think.

Tijnema

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to