[Zope-dev] Zope and ESI

2004-05-06 Thread Ganesha Shanmuganathan
. Also how the ESI tags were used and what were the performance benefits. Thanks, ganesh -- Ganesha Shanmuganathan ZeOmega -- ___ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/mailman/listinfo

[Zope-dev] Apache Mod_rewrite question

2004-07-13 Thread Ganesha Shanmuganathan
Hi, I came across a strange behavior of mod_rewrite while using with zope. Although it is not a zope question, I was wondering if any of you have run into this. We are using mod_rewrite to redirect the users to one of the zope sites of a Zeo cluster. The directive RewriteMap has unexpected behavi

Re: [Zope-dev] Apache Mod_rewrite question

2004-07-14 Thread Ganesha Shanmuganathan
Hi, We are using mod_rewrite to redirect the incoming requests to one of the zope instances running on the same machine. It is an SMP machine and has 4 zope instances. The map basically contains port1|port2|port3 Where port1 and port2 etc are the ports where the zope is running. The problem is m

Re: "RewriteMap"s inefficient (was: [Zope-dev] Apache Mod_rewrite question)

2004-07-14 Thread Ganesha Shanmuganathan
Hi, On Wed, 2004-07-14 at 13:50, Dieter Maurer wrote: > Ganesha Shanmuganathan wrote at 2004-7-13 16:40 -0500: > > ... > >The directive RewriteMap has unexpected behavior when it is used to > >define more than one map with same map name in diffrent places. Normally > >

Re: "RewriteMap"s inefficient (was: [Zope-dev] Apache Mod_rewrite question)

2004-07-15 Thread Ganesha Shanmuganathan
Hi, On Thu, 2004-07-15 at 15:28, Dieter Maurer wrote: > Ganesha Shanmuganathan wrote at 2004-7-14 17:26 -0500: > > ... > >> Now, we use RewriteMaps only when the map files are very small > >> (not more than some dozen entries). > >That is interesting to know. Rig

Re: [Zope-dev] Making a ZSQL.DA fully multi-threaded?

2004-07-16 Thread Ganesha Shanmuganathan
Hi, On Fri, 2004-07-16 at 09:36, Brad Clements wrote: > On 16 Jul 2004 at 8:57, Chris Withers wrote: > > > This often means that many more database connections are opened than are > > actually necessary. And if you start timing out inactive database > > connectiosn on the database side, you're in

Re: "RewriteMap"s inefficient (was: [Zope-dev] Apache Mod_rewrite question)

2004-07-16 Thread Ganesha Shanmuganathan
Hi Dieter, On Fri, 2004-07-16 at 13:10, Dieter Maurer wrote: > Ganesha Shanmuganathan wrote at 2004-7-15 15:57 -0500: > > ... RewriteMap files with the same name are identified ... > >That is strange! It looks like a bug in mod_rewrite then. I checked the > >source and found