Re: [ZODB-Dev] Weird ConflictErrors with Zope 2.8.4 - It's been a while ; -)

2006-02-02 Thread Chris Withers
Chris McDonough wrote: Pound. *barf* ew.. Works great. Except it doesn't balance load and can't do SSL correctly, right? ;-) Chris -- Simplistix - Content Management, Zope Python Consulting - http://www.simplistix.co.uk

Re: [ZODB-Dev] Weird ConflictErrors with Zope 2.8.4 - It's been a while ; -)

2006-02-02 Thread Chris McDonough
On Feb 2, 2006, at 3:11 AM, Chris Withers wrote: Chris McDonough wrote: Pound. *barf* ew.. Works great. Except it doesn't balance load and can't do SSL correctly, right? ;-) I use Apache for the SSL and it balances load well enough for me. Can we stop talking now? ;-) - C

Re: [ZODB-Dev] Weird ConflictErrors with Zope 2.8.4 - It's been a while ; -)

2006-02-01 Thread Chris McDonough
On Feb 1, 2006, at 11:02 AM, Chris Withers wrote: Hi Chris, Chris McDonough wrote: Rather than chucking this in the collector as-is, it would be useful if you could get me the output of the ZEO log rather than the output of the client log. Right now, the actual traceback is in the ZEO

Re: [ZODB-Dev] Weird ConflictErrors with Zope 2.8.4 - It's been a while ; -)

2006-02-01 Thread Chris Withers
Chris McDonough wrote: What front end do you use to do the request distribution? Pound. *barf* ew.. Chris -- Simplistix - Content Management, Zope Python Consulting - http://www.simplistix.co.uk ___ For more information

Re: [ZODB-Dev] Weird ConflictErrors with Zope 2.8.4 - It's been a while ; -)

2006-02-01 Thread Chris McDonough
On Feb 1, 2006, at 11:12 AM, Chris Withers wrote: Chris McDonough wrote: What front end do you use to do the request distribution? Pound. *barf* ew.. Works great. - C ___ For more information about ZODB, see the ZODB Wiki:

Re: [ZODB-Dev] Weird ConflictErrors with Zope 2.8.4 - It's been a while ; -)

2006-01-31 Thread Chris McDonough
Rather than chucking this in the collector as-is, it would be useful if you could get me the output of the ZEO log rather than the output of the client log. Right now, the actual traceback is in the ZEO log; the client log only shows that a conflict error happened; not where it happened.

[ZODB-Dev] Weird ConflictErrors with Zope 2.8.4 - It's been a while ; -)

2006-01-24 Thread Chris Withers
Okay, now that we have 2.8.4 in place, we get proper reporting of ConflictErrors and today we started seeing one happening over and over again which looked roughly as follows: Traceback (most recent call last): File lib/python/Products/Transience/Transience.py, line 844, in new_or_existing

Re: [ZODB-Dev] Weird ConflictErrors with Zope 2.8.4 - It's been a while ; -)

2006-01-24 Thread Dieter Maurer
Chris Withers wrote at 2006-1-24 13:41 +: Okay, now that we have 2.8.4 in place, we get proper reporting of ConflictErrors and today we started seeing one happening over and over again which looked roughly as follows: Traceback (most recent call last): File

RE: [ZODB-Dev] Weird ConflictErrors with Zope 2.8.4 - It's been a while; -)

2006-01-24 Thread Tim Peters
Note that neither Transience nor TemporaryStorage are part of ZODB -- they're part of Zope. That doesn't mean they're off-topic here, but it does mean you're probably not gonna get anywhere without attracting Chris McDonough's attention. ___ For more