Godefroid Chapelle writes:
> I have imported about 2500 xml files in ParsedXML objects through the
> use of :
> ...
> But when trying to browse the folder containing the ParsedXML instances,
> a whole lot of memory is used by Zope and it took my machine down.
Are you sure, you want to browse 2,500 objects?
Zope must load all objects, build a really big HTML page
transfer it to the user's browser which will have a hard
time to render this monster.
I am sure, you want to organize your objects in a sensible way....
Dieter
_______________________________________________
Zope-Dev maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope )