On Wed, April 25, 2007 6:38 am, Tijnema ! wrote:
> 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.

Read Stas' answer, and ignore the rest of us.

Stas knows what he's talking about.

The rest of us don't.

:-)

-- 
Some people have a "gift" link here.
Know what I want?
I want you to buy a CD from some indie artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?

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

Reply via email to