[Zope-dev] Memory problems with ParsedXML ?
Dieter Maurer
dieter@handshake.de
Wed, 28 Mar 2001 20:32:25 +0200 (CEST)
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