It can be parsed run time at a small cost, which in this case of errors,
as many here agree, can be used.


--
Maxim Maletsky
[EMAIL PROTECTED]



"John Coggeshall" <[EMAIL PROTECTED]> wrote... :

> >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.
> 
> I agree with George on this, loading everything at startup isn't
> necessary. Errors can be loaded by some mechanism on-the-fly.
> 
> John
> 
> 
> >Ilia
> >
> >-- 
> >PHP Development Mailing List <http://www.php.net/>
> >To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >
> 
> 
> -- 
> PHP Development Mailing List <http://www.php.net/>
> To unsubscribe, visit: http://www.php.net/unsub.php
> 


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

Reply via email to