> 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]
