Re: RewriteMaps inefficient (was: [Zope-dev] Apache Mod_rewrite question)

2004-07-16 Thread Dieter Maurer
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 that it does compare by map name. Thanks for your feedback But the cache is not taken from a

Re: RewriteMaps 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 that it does compare by map

Re: RewriteMaps inefficient (was: [Zope-dev] Apache Mod_rewrite question)

2004-07-15 Thread Dieter Maurer
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. Right now, we use multiple map files but each is small. Is there anyother way to do load balncing with Zope

RewriteMaps inefficient (was: [Zope-dev] Apache Mod_rewrite question)

2004-07-14 Thread Dieter Maurer
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 all the directives within a tag applies only to that tag. There are more strange things with