"Parsed XML" (the successor to XML Document) should handle large documents less expensively. No code has been released yet, but something should be available soon (in a couple of weeks?)... Keep an eye on http://www.zope.org/Wikis/DevSite/Projects/ParsedXML and you may want to subscribe to the zope-xml mailing list. --- "Sardonic Slaughterer of Sacred Cows" Todd Coram - mailto:todd@digicool.com Digital Creations, Inc - http://www.digicool.com Publishers of Zope - http://www.zope.org
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Phil Harris Sent: Tuesday, December 05, 2000 6:03 PM To: paul_s_johnson@urscorp.com; zope@zope.org Subject: Re: [Zope] Large XML files
Paul,
The XMLDocument type is rather 'expensive' and you may be able to 'get away' with using a simpler type such as DTMLDocument.
If you don't need the DOMification of your XML when you put it into Zope this is something i'd look at..
I have done this with large documents and then used an external method to process them with XSLT, XPath etc.
hth
Phil phil.harris@zope.co.uk
----- Original Message ----- From: <paul_s_johnson@urscorp.com> To: <zope@zope.org> Sent: Tuesday, December 05, 2000 10:01 PM Subject: [Zope] Large XML files
I am testing the possibilities of delivering the content of XML Documents through the Zope environment. Unfortunately, some of the proposed file are rather large (up to 760KB) and just uploading them and viewing them on our current Zope server is prohibitively slow. Our server, running Z2 is a blazing P133 running NT 4.0 with 32 MB of RAM (I get the bottom feeders). Is the bottleneck the hardware; is there something I can do software-wise to improve performance; or is development not yet advanced enough to handle this scenario efficiently? Any opinions on this?
Thanks,
P. Johnson
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )