Re: [Zope-dev] Any interest in a set of Zope products to supportCVS-versioned, XML/XSLT-based Zope development?

2001-10-31 Thread Romain Slootmaekers
In our opinion, Zope is about a year or two ahead of where these guys are in many respects. Kudos! When I asked the tomcat mailing list for Zope like functionality in tomcat (some year ago) nobody even answered. The product probably wasn't known or nobody saw the possibilities. I still

[Zope-dev] Zope 2.4.2 DTML Method Bug

2001-10-31 Thread Casey Duncan
One of my products exposed a bug in the 2.4.2 version of DTMLMethod.py. It is minor and can be worked around, but I wanted to point it out: Line 203 of DTMLMethod.py now contains: del self.__dict__['validate'] which is part of a try...finally statement. It seems that the validate key is not

RE: [Zope-dev] Zope Cygwin

2001-10-31 Thread Norman Vine
Chris McDonough writes: I wanted to torture test the Zope session manager under the cygwin-built Zope using ab, which is good real-world threading test. It appears that neither ab nor wget much like something about their communication with the cygwin-built Zope. Here's a wget session with a

[Zope-dev] Multi-threaded pcgi vs single-threaded pcgi

2001-10-31 Thread Remi Delon
Hi, I have a zope backend running behind an Apache server. Up to now, I've been using the standard pcgi configuration. Here is my understanding of what's happening (correct me if I'm wrong): - When Apache gets a request, it calls pcgi-wrapper. If the pcgi_publisher process is running,

Re: [Zope-dev] Zope 2.4.2 DTML Method Bug

2001-10-31 Thread Steve Alexander
Casey Duncan wrote: One of my products exposed a bug in the 2.4.2 version of DTMLMethod.py. It is minor and can be worked around, but I wanted to point it out: Line 203 of DTMLMethod.py now contains: del self.__dict__['validate'] which is part of a try...finally statement. It

Re: [Zope-dev] Suggestion: Blocking out Localroles?

2001-10-31 Thread Lennart Regebro
Nobody has responded to this, so at least it's not obviously stupid. :-) So my question ow is: How to I create a proposal? Is there a right you need to have, because even when I'm logged in I don't see any obvious way of doing it, and I can't find any instructions in any of the documents of how

Re: [Zope-dev] RAMCacheManager and gzip

2001-10-31 Thread Oliver Bleutgen
JanStiller T-Online wrote: Hi, Is it possible to marry the RAMCacheManager and gzip? I'm just working on a little shop and - for speed's sake - do 'ram-cache' the article-listings and push all the Zope-Content through mod_gzip. With this combination, I'm getting it 3x faster in Zope and

Re: [Zope-dev] Any interest in a set of Zope products to support CVS-versioned, XML/XSLT-based Zope development?

2001-10-31 Thread Adrian Hungate
I'll leave the CVS to others, XML stuff is right where I am looking at the moment. My XML kit is not standards based (And anyone who has spoken to me about XMLKit will know that I don't like the current SAX/DOM implementations in python as they try to make Python think like Java...). I have been

Re: [Zope-dev] Multi-threaded pcgi vs single-threaded pcgi

2001-10-31 Thread Dieter Maurer
Remi Delon writes: The solution I want to use is to start Zope in multi-threaded pcgi mode, using the standard Zope/start script with the correct flags (-p) This works fine, as long as I manually execute the start script. But if Zope ever crashes, I would like Apache (maybe through