Re: [Zope-dev] Apache Mod_rewrite question

2004-07-14 Thread Eugene
Hello Ganesha, Wednesday, July 14, 2004, 1:40:14 AM, you wrote: I'm using mod_rewrite with zope but without maps. Can your describe in details your task? GS Hi, GS I came across a strange behavior of mod_rewrite while using with zope. GS Although it is not a zope question, I was wondering if

[Zope-dev] any limits on object number?

2004-07-14 Thread Nagarjuna G.
We are builiding a large portal using Zope. We need to create a large number of objects. The data component of the objects is small, but each object carries lots of metadata. My question is: Is there any limit on the number of objects in a given folder? I am not planning to use any external

Re: [Zope-dev] any limits on object number?

2004-07-14 Thread Nagarjuna G.
On Wed, 2004-07-14 at 14:20, Andreas Jung wrote: --On Mittwoch, 14. Juli 2004 13:46 Uhr +0530 Nagarjuna G. [EMAIL PROTECTED] wrote: We are builiding a large portal using Zope. We need to create a large number of objects. How large? in one case, we want the metadata of all the

[Zope-dev] Re: any limits on object number?

2004-07-14 Thread Casey Duncan
On Wed, 14 Jul 2004 13:46:57 +0530 Nagarjuna G. [EMAIL PROTECTED] wrote: We are builiding a large portal using Zope. We need to create a large number of objects. The data component of the objects is small, but each object carries lots of metadata. My question is: Is there any limit on the

Re: [Zope-dev] any limits on object number?

2004-07-14 Thread Jens Vagelpohl
When we tried to upload objects from wikipedia's sqldump of after about 40,000 objects in a folder the script went for a toss. roughly each time we ran the script the same problem. even to visit the folder of even 1000 objects through ZMI is a pain. I think that is where BTreeFolder2 will be

Re: [Zope-dev] any limits on object number?

2004-07-14 Thread Toby Dickenson
[resend] We are builiding a large portal using Zope. We need to create a large number of objects. How large? in one case, we want the metadata of all the wikipedia contents, that will be around 300,000 objects. The data component of the objects is small, but each object

[Zope-dev] TAL Hotfix 2004-07-14 for Zope 2.7.0, 2.7.1

2004-07-14 Thread Fred Drake
This hotfix product fixes a security bug in Page Templates. This fix ensures that values substituted in named slots in translated elements are properly encoded. If encoding is not desired and the source of the replacement text is trusted, the structure modifier can be used with the tal:content

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 IP port1|port2|port3 Where port1 and port2 etc are the ports where the zope is running. The problem

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