Re: [ZODB-Dev] transactions, data manager order

2010-09-13 Thread Matthias
sorted: t = transaction.get() org_join = t.join def join(resource): org_join( resource ) t._resources = sorted( t._resources, transaction._transaction.rm_cmp ) t.join = join t.join( SpatialDataManager(self) ) -Matthias ___ For more

[ZODB-Dev] Connection GC

2010-09-28 Thread Matthias
\DB.py, l ine 288, in availableGC pool.availableGC() File c:\users\nitro\.buildout\eggs\zodb3-3.9.4-py2.6-win32.egg\ZODB\DB.py, l ine 231, in availableGC del self.available[t] TypeError: list indices must be integers, not float Is this a bug in ZODB? -Matthias

Re: [ZODB-Dev] Connection GC

2010-09-28 Thread Matthias
connections, the traceback does not appear anymore. -Matthias ___ For more information about ZODB, see the ZODB Wiki: http://www.zope.org/Wikis/ZODB/ ZODB-Dev mailing list - ZODB-Dev@zope.org https://mail.zope.org/mailman/listinfo/zodb-dev

Re: [ZODB-Dev] Connection GC

2010-09-30 Thread Matthias
Am 30.09.2010, 21:32 Uhr, schrieb Jim Fulton j...@zope.com: On Tue, Sep 28, 2010 at 6:46 PM, Jim Fulton j...@zope.com wrote: On Tue, Sep 28, 2010 at 6:42 PM, Matthias ni...@dr-code.org wrote: Am 29.09.2010, 00:34 Uhr, schrieb Jim Fulton j...@zope.com: Is this a bug in ZODB? It appears so

Re: [ZODB-Dev] ZODB 3.10.0 released

2010-10-09 Thread Matthias
Am 08.10.2010, 20:56 Uhr, schrieb Jim Fulton j...@zope.com: ZODB 3.10.0 is available: http://pypi.python.org/pypi/ZODB3/3.10.0 Congratulations, this looks like a really good release! -Matthias ___ For more information about ZODB, see the ZODB

Re: [ZODB-Dev] Plone in P2P using Zope over DHT

2011-01-04 Thread Matthias
, but this depends heavily on your requirements, usage and goals. Doing some fast prototyping and contacting authors who already wrote papers (or better implementations) is probably the best way to get solid a solid idea. -Matthias ___ For more

Re: [ZODB-Dev] Transaction Timestamps

2011-02-03 Thread Matthias
4294967295) * 60.0 / 4294967296.0) AS CHAR), '.', 1), 2, '0'), '.', SUBSTRING_INDEX(CAST(((tid 4294967295) * 60.0 / 4294967296.0) AS CHAR), '.', -1)), 'Z') AS iso8601 FROM transaction; Glad I'm using an object-oriented database :-) -Matthias

Re: [ZODB-Dev] [Zope-dev] Work on the zope.publisher components and their genericity

2011-03-28 Thread Matthias
frameworks. -Matthias ___ For more information about ZODB, see the ZODB Wiki: http://www.zope.org/Wikis/ZODB/ ZODB-Dev mailing list - ZODB-Dev@zope.org https://mail.zope.org/mailman/listinfo/zodb-dev

Re: [ZODB-Dev] [Zope-dev] Work on the zope.publisher components and their genericity

2011-03-28 Thread Matthias
Am 28.03.2011, 13:01 Uhr, schrieb Matthias ni...@dr-code.org: http://svn.zope.org/repos/main/zope.browser/branches/publisher_definition/ Changes have been rolled back accordingly. Cheers - Souheil I'd love to se these changes being incorporated soon. They'll allow cutting down

Re: [ZODB-Dev] Speeding up ZODB (was redis cache for RelStorage)

2011-05-06 Thread Matthias
discover you want to retrieve a suboject. -Matthias ___ For more information about ZODB, see the ZODB Wiki: http://www.zope.org/Wikis/ZODB/ ZODB-Dev mailing list - ZODB-Dev@zope.org https://mail.zope.org/mailman/listinfo/zodb-dev