[ZODB-Dev] Re: Database size increase on commit()

2007-11-21 Thread Jürgen Kartnaller
tsmiller wrote: Tres Seaver wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 tsmiller wrote: This is what my gut feeling was telling me. Before I knew ANYTHING about the ZODB it seemed natural and easy to just use dictionaries as data structures for things such as accounts, books,

[ZODB-Dev] Re: [Bug] ZODB invalidation processing

2007-06-01 Thread Jürgen Kartnaller
We also run into this kind of problems. The only save way to solve it was to serialize our index updates. We do this by using one zope instance which runs only a lovely.remotetask task service. This service contains an indexing task. When indexing is needed we just create a new indexing job

[ZODB-Dev] Re: [Bug] ZODB invalidation processing

2007-06-01 Thread Jürgen Kartnaller
Tres Seaver wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jürgen Kartnaller wrote: We also run into this kind of problems. The only save way to solve it was to serialize our index updates. We do this by using one zope instance which runs only a lovely.remotetask task service

[ZODB-Dev] Re: ZEO and time.sleep

2007-03-29 Thread Jürgen Kartnaller
Jim Fulton wrote: On Mar 28, 2007, at 6:37 PM, Benji York wrote: Jim Fulton wrote: On Mar 28, 2007, at 6:28 PM, Benji York wrote: threading.Connection threading.Condition :) Yeah, that. :) What was the time to return the first request after the fix? I didn't stick around for the

[ZODB-Dev] Re: ZEO and time.sleep

2007-03-29 Thread Jürgen Kartnaller
Jim Fulton wrote: On Mar 29, 2007, at 3:51 AM, Jürgen Kartnaller wrote: Jim Fulton wrote: On Mar 28, 2007, at 6:37 PM, Benji York wrote: Jim Fulton wrote: On Mar 28, 2007, at 6:28 PM, Benji York wrote: threading.Connection threading.Condition :) Yeah, that. :) What was the time

[ZODB-Dev] Re: ZEO and time.sleep

2007-03-29 Thread Jürgen Kartnaller
Jim Fulton wrote: On Mar 29, 2007, at 10:11 AM, Jürgen Kartnaller wrote: Jim Fulton wrote: On Mar 29, 2007, at 3:51 AM, Jürgen Kartnaller wrote: Jim Fulton wrote: On Mar 28, 2007, at 6:37 PM, Benji York wrote: Jim Fulton wrote: On Mar 28, 2007, at 6:28 PM, Benji York wrote