DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21852>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21852 DOMAttrImpl doesn't get released or recycled Summary: DOMAttrImpl doesn't get released or recycled Product: Xerces-C++ Version: 2.1.0 Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: Other Component: DOM AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I have a strange problem. reusing a document again and again uses up much memory and gets very slow. on the other hand destroying it all along was considerable fast (a 50 to 100 times faster!!) I started to look into it. not sure if this is all but the DOMAttrImpl never gets released. the function 'release' is never called (the one of DOMElementImpl is) and the 'DOMDocumentImpl::allocate' function never ever finds 'DOMAttrImpl' in its pool. the DOMNodePtr for Attributes is always empty. This cannot be correct --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]