[Zope3-Users] zodb is growing every login/logout

Paul Winkler slinkp at gmail.com
Tue Apr 21 14:03:35 EDT 2009


On Tue, Apr 21, 2009 at 04:36:01PM +0200, Jens wrote:
> Hello everybody,
> 
> I'm building a small web app by using the great grok.zope.org.
> 
> This is what I want to do:
> 
> An ldap-user login, do something (change password etc) and logout. No
> data will be stored in the zodb, all changes are made in ldap.
> 
> So far so good, all works fine. I'm using ldappas and ldapadapter as an
> PAU for zope3.
> 
> Just a small problem, maybe someone can help me.
> 
> Every login and logout, the ZODB grow about 300Byte. After some logins,
> the ZODB is getting bigger and bigger, and I have to pack it manually.

Are you sure it's just logins?  I had a problem with Grok of ZODB
bloat on every single request. Upgrading to zope.annotation>=3.4.1
fixed it.

We weren't using LDAP though. Might be unrelated to your problem.


-- 

Paul Winkler
http://www.slinkp.com


More information about the Zope3-users mailing list