Hi On 10/12/07, Dennis Fogg <[EMAIL PROTECTED]> wrote: > (...) > -use eAccelerator as opcode cache
I am sure you probably had no issues yet, but I ran into plenty of weirdness with eAccelerator and Zend Framework, but I had no issues with APC. > My ZF infrastructure currently does the following: > -sets up Zend_Loader > -sets up registry, config_ini, Zend_translate, Zend_log Parsing .ini files is always a performance issue. Which is why you should cache it. :) > (...) > Over 20+ runs, I got the following data: > > .57 sec (44%) for db connection even though it's persistent connection Just curious - but do they really work? I know that supposedly a persistant connection is re-used and you save the overhead of establishing the connection etc. - but have you check if it actually works? > (...) Till
