Re: [ZODB-Dev] ZODB.__version__

2009-06-09 Thread Pedro Ferreira
Why do you want to? If ZODB is installed using setuptools (e.g. buildout), then you can use pkg_resources to find out what version is installed. Fair enough :). I guess I'll use it then. Thanks, Regards, Pedro -- José Pedro Ferreira (Software Developer, Indico Project)

[ZODB-Dev] Moving temporary storage from each zeo client to zeo server

2009-06-09 Thread Godefroid Chapelle
Hi, I found the following https://weblion.psu.edu/trac/weblion/wiki/TemporaryStorageInZeo where Weblion documents how to move temporary storage from each zeo client to zeo server in Zope2. I understand the pro (no need for sticky sessions). What would be the cons ? Thanks -- Godefroid

[ZODB-Dev] Fan-out support / horizontal cache sharing for blobs

2009-06-09 Thread Christian Theune
Hi there, Zagy and I have been discussing an issue that we have with fan-out setups and blobs. So, assume the following setup: - A main ZEO server which has the blob storage locally available - A fan-out ZEO server which runs on a different machine and has 4 clients connected Now, the

Re: [ZODB-Dev] Moving temporary storage from each zeo client to zeo server

2009-06-09 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Godefroid Chapelle wrote: I found the following https://weblion.psu.edu/trac/weblion/wiki/TemporaryStorageInZeo where Weblion documents how to move temporary storage from each zeo client to zeo server in Zope2. I understand the pro (no

Re: [ZODB-Dev] fixing far-future timestamps (patch)

2009-06-09 Thread Ross J. Reedstrom
Hmm, I seem to not be receiving email from this list, even though I signed up. Anyway, saw this via the archives. Would a doctest in FileStorage be o.k.? The change is in BaseStorage, but the only case I've experienced uses FileStorage (and I can leverage the tests in there for out-of-order tids

Re: [ZODB-Dev] fixing far-future timestamps (patch)

2009-06-09 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ross J. Reedstrom wrote: ... And what's the preferred patch-submission format? Upload it as an attachment to a new issue in launchpad: https://bugs.launchpad.net/zodb using the format:: $ svn diff -u Tres. - --

Re: [ZODB-Dev] fixing far-future timestamps (patch)

2009-06-09 Thread Jim Fulton
On Jun 9, 2009, at 4:19 PM, Ross J. Reedstrom wrote: Hmm, I seem to not be receiving email from this list, even though I signed up. Anyway, saw this via the archives. Would a doctest in FileStorage be o.k.? Yup. The change is in BaseStorage, but the only case I've experienced uses