[ZODB-Dev] Re: Memory Errors reading large ZODB

2007-08-12 Thread Jim Carroll
Gary Poster wrote: you can call cache minimize after a threshold.. maybe every 100 iterations. sounds good, assuming you know you are not writing. Fantastic! My scripts are running without fail now (I used to have to change them to pick up where they left off and re-run about four

[ZODB-Dev] Re: Understanding conflicts

2007-08-12 Thread Jim Carroll
Dieter Maurer dieter at handshake.de writes: Jim Carroll wrote at 2007-6-12 15:57 +: ... The code that's running essentially does: add message to Persistent list in object get_transaction().commit() send_email() We are using Zodb 3.3a3, and ZEO 2.3a3. I've read that

[ZODB-Dev] Error starting simplest ZEO instance

2007-08-12 Thread Jim Carroll
Hi I'm having trouble getting my web server started. It's starting ZEO, but zeo never completes the startup process. The zdctl.py is wating forever for a runzeo which fails instantly with error code 2. Im running ZODB 3.3.1 on Python 2.4 on Ubuntu. I've tried a stand-alone startup to see

Re: [ZODB-Dev] Error starting simplest ZEO instance

2007-08-12 Thread Marius Gedminas
On Sun, Aug 12, 2007 at 07:01:11PM +, Jim Carroll wrote: Hi I'm having trouble getting my web server started. It's starting ZEO, but zeo never completes the startup process. The zdctl.py is wating forever for a runzeo which fails instantly with error code 2. Im running ZODB 3.3.1

[ZODB-Dev] Re: Error starting simplest ZEO instance

2007-08-12 Thread Jim Carroll
That leaves me without any clues why zdrun is failing on my new machine. So, what's the best way to troubleshoot why zdrun just waits forever? I'm currently trying to figure out how dulcinea decides what to hand to zeod (zeoctl.) I added the following line to my zeo.conf: runner