Re: Memory leak in CXF HTTP transport in Solaris ?

2008-10-14 Thread Daniel Kulp
I'm honestly no seeing this on my linux box with the latest code. I hit it with about 500K requests to warm up the JIT and stuff, check the heap sizes using jconsole (1.6VM), then hit it with another 1.5 million requests and rechecked the heap sizes and they ended up exactly the same.

Re: Memory leak in CXF HTTP transport in Solaris ?

2008-10-14 Thread anoopPrasad
Adding the Link again from the last post: Could you please have a look at the following post and tell me whether it applies to CXF. http://blogs.sun.com/fkieviet/entry/classloader_leaks_the_dreaded_java ~ anoopPrasad anoopPrasad wrote: Dear Dan/Bharat, I have checked Heap,non-Heap, and

Re: Memory leak in CXF HTTP transport in Solaris ?

2008-10-10 Thread anoopPrasad
Dear Bharat, I have observed the same behavior. Allow me to present the details u seek. Server: Created a Sample HTTP Service with CXF 2.0.3(publishing Greeter interface provided in sample ) Service was published using : Endpoint ep = Endpoint.publish(http://localhost:9000/Greeter;, new