[ZODB-Dev] Resource Managers not getting collected?

2006-05-25 Thread Sidnei da Silva
I'm working with Mark Hammond on an experimental Database Adapter which just like all the other Database Adapters for Zope 2 does subclass the infamous 'Shared.DC.ZRDB.TM'. An instance of the said subclass gets registered with the transaction by means of a MultiObjectResourceAdapter. What Mark no

Re: [ZODB-Dev] AssertionError on multithread ZEO app

2006-05-25 Thread Dieter Maurer
Pedro Werneck wrote at 2006-5-23 20:24 -0300: > ... >The problem is... I can't see the committed changes from the main >thread, unless I do a commit there too, which seems strange. You see modifications only after crossing a transaction boundary. In the same transaction, you see only the modificat

Re: [ZODB-Dev] Getting an up to date instance of a persistent object

2006-05-25 Thread Dieter Maurer
Pascal Peregrina wrote at 2006-5-24 09:57 +0100: > ... >I have a question regarding what triggers the reloading of an object >state from ZODB (in order to set the most up to date one). There is only one reason: that it is not in the cache or a ghost. At transaction boundaries (and only there!) ob

[ZODB-Dev] ZEO Authentication

2006-05-25 Thread David Pratt
I am curious how folks are handling authentication for ZEO in a general way (client against the server). Is is common to attempt to use user/passwords from acl in zope as a means of creating a lists for authenticating against a ZEO server? Or is it more typical to manage a separate list of user