Can you send the traces of the memory leaks ?
On Sun, 2009-01-18 at 09:42 -0800, chankm wrote:
> I have a web service client that uses svn Revision 735487 of Axis2c
> to send SOAP request and receive SOAP response from a web service Server.
>
> the client sent the requests at the rate of 3 requests per second.
> when I used pmap to check
> the memory used by the client process, it showed that the memory
> increases monotonically as long as the client
> is sending the SOAP requests. After stopping the client, the memory
> did not reduce to its original value when the test started. This
> clearly showed a memory leak scenario.
>
> Even at 1 SOAP request per second, there is memory leak. The rate of
> increase of
> memory usage is slower in this case.
>
> The same problem happened when using Axis2c version 1.5 or 1.4
>
> Can anyone help me on this ?
>
> Thank you.
>
>