Hi all,

Just wanted to give you an update on Axis2's performance in threading
environment.

I ran simple EchoRawXMLTest multiple times using threads. First I tried
this with the SimpleHTTPServer and then I deployed the service in Tomcat
and tested.
When I ran the test with SimpleHTTPServer, there were severe thread
problems, when the number of threads increases more than 12. But with
Tomcat it could handle 600 threads without a problem. So I believe this
threading problem is with the SimpleHTTPServer and not with some other
Axis2 component.
At the same time when I ran more than 600 threads, I got
OutOfMemoryError, which now I'm looking in to. Seems like OM is
consuming the memory unnecessarily. Please note that that this is not a
memory leak.

-- Chinthaka

Reply via email to