On Tue, 26 Nov 2002, Derick Rethans wrote:

> On Mon, 25 Nov 2002, 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?
>
> imagine registering 20 extensions * 40 (that's about the
> average) functions * 5 error messages per function, that's 1600 inserts
> into a hash table on every MINIT. (Atleast in the way that was proposed
> here)

    Either

    a) registration happens on-the-fly => no penalty for standard
       performance
    b) registration is not necessary and we just perform a cdb
       lookup

    - Sascha

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

Reply via email to