Forum OpenACS Development: Re: Should we timout permissions cache?

Collapse
Posted by Jun Yamog on
Hi,

Is there a possibility to just cache on a request period only?  What I mean by this is that.  Browser asks for a page, server process a query, caches it.  While processing the page encounters the same query.  It gets from the cache.  Once the server finishes the response.  The cache gets flushed.  It seems the life spane is small.  But on permissions it may be useful.  Or maybe not.

Collapse
Posted by Dirk Gomez on
Why would one page ask the same permissioning query twice - Isn't that a flaw in the programming logic?

If not, then ad_conn could be the place.