Thanks for your response. I ran my program through a profiler and it indicated
some memory leaks on the ClassLoader during parsing. But I don't think it is
significant enough to worry about.
-----Original Message-----
From: Michael Glavassevich [mailto:mrglavas@xxxxxxxxxx]
Sent: Thursday, March 10, 2005 12:20 PM
To: xerces-j-user@xxxxxxxxxxxxxx
Subject: Re: memory leaks
Hello Joe,
I'm not aware of one, but I can tell you as part of the cleanup at the end
of a parse (even if an exception was thrown) the parser will attempt to
close any remaining streams that are open.
Hope that helps.
"Kelty, Joe W." <JKelty@xxxxxxxx> wrote on 03/09/2005 11:30:39 AM:
> Is anybody aware of memory leaks when using DocumentBuilder.parse()
> method to parse xmls given a http URL as the input stream?
>
> thanks, Joe.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: xerces-j-user-unsubscribe@xxxxxxxxxxxxxx
> For additional commands, e-mail: xerces-j-user-help@xxxxxxxxxxxxxx
>
Michael Glavassevich
XML Parser Development
IBM Toronto Lab
E-mail: mrglavas@xxxxxxxxxx
E-mail: mrglavas@xxxxxxxxxx
---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-user-unsubscribe@xxxxxxxxxxxxxx
For additional commands, e-mail: xerces-j-user-help@xxxxxxxxxxxxxx
|