Re: [ZODB-Dev] ZODB performace/banchmarks

2005-06-23 Thread Lukas Linhart
E-mail Tamas Hegedus ze dne Thu 23. of June 2005 14:57: > Hi, Hello, > Two months ago I red about the ZODP that it has high performace, can > store high amount of data, but there are no banchmarks e.g. for > comparison for RDBMS. This will be also comparsion between rdbms and oodbms. So, does n

[ZODB-Dev] Handling more databases with zeo

2005-06-28 Thread Lukas Linhart
Hello, sorry for bothering in Dev list, but I've posted this to c.l.p with no answer and I don't knew where to ask. I've rtfm again and I really don't knew :] One nice feature of the configuration file is that you don't need to specify imports for a specific storage. That makes the code a l

Fwd: Re: [ZODB-Dev] Handling more databases with zeo

2005-06-28 Thread Lukas Linhart
Sorry for not posting into mailing list, I'm just used only to press 'r' key :/ -- Forwarded message -- Hello, > import ZODB.config > db = ZODB.config.databaseFromURL('/tmp/zeo.conf') > > then works unchanged no matter which storage is specified in /tmp/zeo.conf. > > M

Re: [ZODB-Dev] Handling more databases with zeo

2005-06-28 Thread Lukas Linhart
> As before, I'd run a different ZEO server for each database.  I'm not sure > that what you're doing here will be supported for much longer (or really > even _is_ supported anymore -- see my last msg). Well, I'm stuck on zodb 3.2.x line because I'm using IndexedCatalog. > > How do I connect to