Michael

I use APC to cache resultsets from SQL in my OPF framework, the demand 
drop on the SQL was significant
pages that could execute 100+ queries drop to 10 or less.

consider any 'static' query can come directly from a memory cache, 
orders of magnatude faster that the DB

Neven
> On Wed, 28 Oct 2009 17:02:47 James McGlinn wrote:
>
>   
>> A standard bytecode cache like APC can speed up your code considerably
>> depending on what you're doing - I've seen 200%+ performance
>> improvements in production code using bytecode caching alone within
>> Zend Server.  Frameworks like Symfony benefit massively because of the
>> sheer volume of source files and classes that need to be interpreted.
>>     
>
> Interesting. Have you seen any worthwhile improvements using APC?
>
> >
>
>   


--~--~---------~--~----~------------~-------~--~----~
NZ PHP Users Group: http://groups.google.com/group/nzphpug
To post, send email to [email protected]
To unsubscribe, send email to
[email protected]
-~----------~----~----~----~------~----~------~--~---

Reply via email to