[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Using Saxon 8.5 and collection() to process a dir

Subject: RE: Using Saxon 8.5 and collection() to process a directory of XML files
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Fri, 5 Aug 2005 18:18:01 +0100
RE:  Using Saxon 8.5 and collection() to process a  dir
> This seems to work fine, memory usage hovers around the same 
> amount.  If a
> call to a key is added:
> 
> <xsl:for-each select="collection(concat($xmlDir, '?select=*.xml'))">
> 	<xsl:value-of select="key('somekey','someval')"/>
> 	<xsl:if test="saxon:discard-document(.)">Discarded.</xsl:if>
> </xsl:for-each>
> 
> Memory usage grows until an OutOfMemoryError is thrown.
> 
> Is there a workaround for this?

Thanks for the information. In theory the only reference to the index is via
a WeakHashMap so when the document gets garbage collected, the index should
go too. Looks from this evidence as if there might be another reference
somewhere: will have to investigate with HAT some time (won't be instantly).

Michael Kay
http://www.saxonica.com/

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.