Perfect, thanks for your tips, I'll use APC as Zend_Cache backend then. And about the second part of the question, do you think that ZF can handle with APC's support let's say 10-15 request per second? Has anyone some experince about this which (s)he would like to share?
Fabien MARTY wrote: > >> And one more question, I didn't study Zend_Cache yet, but which backend >> do >> you think is the best for maximum performance? > > APC backend is the best (datas are stored in shared memory) > > memcached backend is also a good choice if you have several webservers > (the cache can shared) > > Regards > > > -- > Fabien MARTY > [EMAIL PROTECTED] > > -- View this message in context: http://www.nabble.com/Zend-Framework-performance-for-real-application--tp15108296s16154p15109675.html Sent from the Zend Framework mailing list archive at Nabble.com.
