On November 25, 2002 09:59 pm, George Schlossnagle wrote:
> > By the way, could you please advise by how much I will need to
> > increase the
> > power of my server(s) to maintain the same level of performance?
>
> Why would this need to kill your performance if you're not throwing
> errors?

Because errors need to be loaded into memory by some mechanism, stored in a 
hash table? Meaning that during startup I will be penalized for this process. 
Hash table has it own overhead as well meaning that PHP memory usage will 
increase, for a server running 200-300 apache children constantly even a 
small increase will count.
This will also make PHP shell scripting impractical due to the high start 
costs of a PHP binary.

Ilia

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to