Fredo Corleone wrote:

I'm using axis as a ws client and I get a memory leak everytime I send a request. The requests and responses are very small (less than 500 bytes), but the memory leak is significant. I'm using java 1.4.1 on Solaris.
I was using axis 1.2 snapshot from Jan 6 2004 that I compiled. I re-compiled with the snapshot from March 24 2004 (last night) and have the same type of leak.
I read the email archives and found that others had complained about memory leaks as well, but there was no acknowledgement/resolution posted.
So, does anybody have any insight into the memory leak problem with axis?

Most likely the leak is due to a bug in jdk1.4.1 that was fixed in jdk1.4.2, and that was in StringBuffer. If you you the String class and do any concatenating then you will have a leak.


Your best bet is to see about changing the jdk.

--
"Love is mutual self-giving that ends in self-recovery." Fulton Sheen
James Black    [EMAIL PROTECTED]




Reply via email to