------------------------------------------------------------------------------------------------------------------------Mensaje original-----
De: Dieter Maurer [mailto:dieter@handshake.de]
Enviado el: mié 10/12/2003 20:39
Para: Garikoitz Araolaza
CC: zope@zope.org
Asunto: Re: [Zope] exUserFolder writing on ZODBGarikoitz Araolaza wrote at 2003-12-10 17:33 +0100:
>We recently switched to an exUserFolder+MySQL authenticating system because
>we wanted to avoid user information to be written on ZODB.
>
>The problem is that now when a user signs in (above 4000 users) something
>is being written in the ZODB, (I see it in /manage_UndoForm ) what is
>exactly what we were trying to avoid...
>
>Any switch has to be activated or configured?
You must first find out what writes to the ZODB.
The "fsdump" utility allows you to get "Data.fs" in a readable
form. It should you the class of objects written in a transaction.
This can give some hints.
If necessary, you can directly look at the objects. Come back
when you really need it.
--
Dieter
_______________________________________________
Zope maillist - Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )