rcastley wrote:
>
> My ACL implementation already uses a database for storing roles,
> resources etc. but on each action these calls are made to the database
> and I am wondering how to slim this down.
>
You can slim it down by cashing the values from the database; for example,
using memcache
-----
http://devshed.excudo.net http://devshed.excudo.net
--
View this message in context:
http://www.nabble.com/Zend_Acl-and-serialization-tp21979897p21997864.html
Sent from the Zend Framework mailing list archive at Nabble.com.