DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=28082>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=28082 XMLReaderManager provides neither no way to clear its cache nor it clears its cache by itself ------- Additional Comments From [EMAIL PROTECTED] 2004-08-13 15:16 ------- I have come up with a simple patch, which just remove the XMLReaders from the m_isUse hashtable upon the call of releaseXMLReader. This will prevent the single static instance of XMLReaderManager from keeping references to died XMLReaders. I think Andy's solution is also OK, although I slightly prefer the new patch, which makes smaller changes to the application logic and is easier to verify. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
