[Zope-dev] GUF and SQL
R. David Murray
bitz@bitdance.com
Thu, 11 Oct 2001 13:06:03 -0400 (EDT)
On Thu, 11 Oct 2001, Andre Schubert wrote:
> I'am using GUF with ZSqlMethods and found out, that every time a object
> is accessed the sql-method is called,
[...]
> Is there a why to implement such a AUTHENTICATION-String cache in the
> GUF-Product, it brings a lot of performance, when using GUF with SQL.
Did you try using the caching built in to sql methods? Granted that
doesn't address 100% of the issue, but it might address high-90s% of it.
--RDM