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:[EMAIL PROTECTED]
Sent: Thursday, March 10, 2005 12:20 PM
To: [EMAIL PROTECTED]
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." <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>

Michael Glavassevich
XML Parser Development
IBM Toronto Lab
E-mail: [EMAIL PROTECTED]
E-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to