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
