[Zope-dev] Zope threads on 2.7.0, python 2.3.3

2004-05-25 Thread Heimo Laukkanen
Hi, I am hitting my head agains wall - and witnessing strange behaviour, where after time most of load focuses only to one thread. I am not sure what is the cause of this, but so far we have seen different things before load has concentrated to one single thread. After reading thread:

Re: [Zope-dev] Re: Read-only root database doesn't work ... bug or feature?

2004-05-25 Thread Martijn Faassen
Paul Winkler wrote: On Mon, May 24, 2004 at 09:50:31AM +0200, Martijn Faassen wrote: Yup, it's the help system. This is very odd. Did you see the message I sent to formulator-dev a few days ago? No, sorry, just taking a look at it. I spent some time tracing the source of the ReadOnlyErrors

Re: [Zope-dev] Re: Read-only root database doesn't work ... bug or feature?

2004-05-25 Thread Paul Winkler
On Tue, May 25, 2004 at 04:13:18PM +0200, Martijn Faassen wrote: Paul Winkler wrote: On Mon, May 24, 2004 at 09:50:31AM +0200, Martijn Faassen wrote: Yup, it's the help system. This is very odd. Did you see the message I sent to formulator-dev a few days ago? No, sorry, just taking a

Re: [Zope-dev] Re: Read-only root database doesn't work ... bug or feature?

2004-05-25 Thread Martijn Faassen
Paul Winkler wrote: On Mon, May 24, 2004 at 06:55:02PM +0200, Dieter Maurer wrote: Content-Description: message body and .signature Martijn Faassen wrote at 2004-5-24 09:50 +0200: ... I know this has been reported before but I haven't looked into it yet. I'm wondering how to handle Formulator

Re: [Zope-dev] Re: Read-only root database doesn't work ... bug orfeature?

2004-05-25 Thread Martijn Faassen
Tim Peters wrote: [Martijn Faassen] ... I'm not sure whether the patch ever could've worked. Firstly, the rich comparison operations were never called; I think perhaps due to some limitation in ExtenionClass. ExtensionClass doesn't play well with many newer Python class features. Rich comparisons

Re: [Zope-dev] Re: Read-only root database doesn't work ... bug orfeature?

2004-05-25 Thread Chris McDonough
On Tue, 2004-05-25 at 12:48, Martijn Faassen wrote: Anyway, I think I fixed at least the matter for field help topics in a much simpler way, though I don't know whether other sections don't do ZODB writes either on startup. If it's in the normal Zope help registration then we have a bigger

Re: [Zope-dev] Zope threads on 2.7.0, python 2.3.3

2004-05-25 Thread Dieter Maurer
Heimo Laukkanen wrote at 2004-5-25 14:54 +0300: ... witnessing strange behaviour, where after time most of load focuses only to one thread. ... After reading thread: http://www.gossamer-threads.com/lists/zope/dev/24230?page=last I started to wonder whether that signalling behaviour is also a

Re: [Zope-dev] Explicit Acquisition within Acquistion.Implicit derived class

2004-05-25 Thread Dieter Maurer
Wyatt Anderson wrote at 2004-5-24 13:01 -0400: In a Python Product class, named TestAcquisition, I derive from Folder (which in turn gives me Acquistion.Implicit). This class defines an attribute which can dynamically be set to be acquired from nested TestAcquisition objects. In order to

Re: [Zope-dev] Re: Read-only root database doesn't work ... bug orfeature?

2004-05-25 Thread Chris Withers
Chris McDonough wrote: DEATH TO THE HELP SYSTEM! I'm sure I remember reading that about the OLD help system ;-) Chris - Zope.org anyone? -- Simplistix - Content Management, Zope Python Consulting - http://www.simplistix.co.uk ___ Zope-Dev

[Zope-dev] Announce: May Zope Bug Day!

2004-05-25 Thread Chris Withers
Hi All, I'm pleased to announce the first a series of monthly bug days: What? Zope Bug Day working from http://collector.zope.org/Zope When? Friday 28th May - from when you wake up until when the day ends! Where? #zope-dev on irc.zope.org Come along and help if you've got a chance! Read this

Re: [Zope-dev] Re: Read-only root database doesn't work ... bug orfeature?

2004-05-25 Thread Chris McDonough
On Tue, 2004-05-25 at 14:45, Chris Withers wrote: Chris McDonough wrote: DEATH TO THE HELP SYSTEM! I'm sure I remember reading that about the OLD help system ;-) This *is* the old help system. - C ___ Zope-Dev maillist - [EMAIL

Re: [Zope-dev] Re: Read-only root database doesn't work ... bug orfeature?

2004-05-25 Thread Paul Winkler
On Tue, May 25, 2004 at 06:48:56PM +0200, Martijn Faassen wrote: Tim Peters wrote: [Martijn Faassen] ... I'm not sure whether the patch ever could've worked. Firstly, the rich comparison operations were never called; I think perhaps due to some limitation in ExtenionClass.

Re: [Zope-dev] Zope threads on 2.7.0, python 2.3.3

2004-05-25 Thread Heimo Laukkanen
On Tue, 25 May 2004 20:21:21 +0200, Dieter Maurer [EMAIL PROTECTED] wrote: I would be surprised... What does Control_Panel -- Debug information tells you about the use of your connections (at the bottom of the page)? At the moment it said that only one opened connection and others were none.

Re: [Zope-dev] Re: Read-only root database doesn't work ... bug orfeature?

2004-05-25 Thread Chris McDonough
On Tue, 2004-05-25 at 15:51, Chris Withers wrote: Chris McDonough wrote: I'm sure I remember reading that about the OLD help system ;-) This *is* the old help system. Oh? What was the on before it then? I'm afraid you've invented an earlier help system in your mind. - C

Re: [Zope-dev] Re: Read-only root database doesn't work ... bug orfeature?

2004-05-25 Thread Paul Winkler
On Tue, May 25, 2004 at 03:46:16PM -0400, Paul Winkler wrote: Now I've discovered a few more products that are read-only-incompatible :-( CMFCalendar and (eek) CMFCore. I'll look into those and see if a similar fix will help. False alarm, apparently caused by me moving my product directories