Re: [ZODB-Dev] Hanging ZEO-client hangs all other ZEO-clients?

2005-04-14 Thread Toby Dickenson
On Thursday 14 April 2005 08:38, Dario Lopez-Kästen wrote: Chris Withers wrote: You sure you're using the latest DirectoryStorage? Can you reproduce this using just plain FileStorage? No, I am not using the latest, because of my *n*l sysadmin (actually there are two of them, but only

[ZODB-Dev] ConflictErrors won't clear

2005-04-14 Thread Chris Withers
Hi there, I have a non-zope zeo client that pumps data into a storage server for later consumption by a zope zeo client. Everything is Zope 2.7.5. The non-zope client has logic that looks roughly like: for work in queue: try: get_transaction().begin() # do work, change zodb objects,

Re: [ZODB-Dev] ConflictErrors won't clear

2005-04-14 Thread Florent Guillaume
I had a problem like that, and I had to explicitely sync() the connection before begin(), I think. Florent Chris Withers [EMAIL PROTECTED] wrote: Hi there, I have a non-zope zeo client that pumps data into a storage server for later consumption by a zope zeo client. Everything is Zope

Re: [ZODB-Dev] Re: [Zodb-checkins] SVN: ZODB/branches/3.4/

2005-04-14 Thread Jeremy Hylton
On 4/14/05, Tim Peters [EMAIL PROTECTED] wrote: Beats me -- the ZEO version number has been one less than the corresponding ZODB version number (e.g., if ZODB is 6.7.8q12, ZEO is 5.7.8q12) as far back as my knowledge goes, and I can't find an explanation. The version number got added when we