You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Marius Scholten <ma...@lih.rwth-aachen.de> on 2005/09/23 18:16:23 UTC

[axis2] Problem with NonBlocking API

Hello!

I'm developing a web-service and a client application. These two programs use 
the axis2 non-blocking api with two transport connections. I borrowed the 
client application's code from the EchoNonBlockingDualClient-Example 
presented in the userguide. My service works fine with blocking invokations 
from the client. But when using non-blocking invokations with two transport 
connections, the response-time of the servlet-container increases with the 
number of sended calls until the container hangs up and needs to be 
restarted. I use tomcat 5.0.28 and have no idea where to locate the problem. 
Has anyone made similar experiences or any idea, how to solve this problem ?

Thanks,
Marius