Re: slow performance

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 4/25/07, clive <clive@xxxxxxxxxx> 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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux