Re: [ZODB-Dev] trigger loading a Persistent's attributes

2007-01-28 Thread Simon Burton
On Sun, 28 Jan 2007 19:00:33 +0100 Dieter Maurer [EMAIL PROTECTED] wrote: Simon Burton wrote at 2007-1-27 15:18 -0800: I have a Persistent object, however, its attributes only get loaded from the storage when I request a specific attribute. Problem is, I don't know the names

[ZODB-Dev] trigger loading a Persistent's attributes

2007-01-27 Thread Simon Burton
I have a Persistent object, however, its attributes only get loaded from the storage when I request a specific attribute. Problem is, I don't know the names of the attributes necessarily. I was trying to just query the __dict__ but this does not trigger a load. Is there another way to do this ?

[ZODB-Dev] multiple ZEO db's ?

2007-01-11 Thread Simon Burton
Do I have any hope of distributing my Persistent objects over multiple ZEO db's ? It seems that Persistent objects are tied to one global db connection. Simon. ___ For more information about ZODB, see the ZODB Wiki: http://www.zope.org/Wikis/ZODB/

Re: [ZODB-Dev] multiple ZEO db's ?

2007-01-11 Thread Simon Burton
On Thu, 11 Jan 2007 17:53:24 +0100 Andreas Jung [EMAIL PROTECTED] wrote: --On 11. Januar 2007 08:49:31 -0800 Simon Burton [EMAIL PROTECTED] wrote: Do I have any hope of distributing my Persistent objects over multiple ZEO db's ? huh? You can mount multiple ZEO servers within one