Hi, I have a working Web Service, in JBoss 4.0.2.
>From an external (Java) client application, I create a service, and from it, then create multiple end points. Each end points is given to a separate client thread, which proceeds to independently make XML-RPC calls on the JBoss Web Service. I am finding that the Web Service implementation is being invoked in a serialized fasion. ie, not concurrently, as I would have expected. Is there a restriction on the concurrent invocation of methods of the end point implementation that I have deployed in JBoss, or is there any configuration parameter(s) which control this invocation concurrency ? I have left the JBoss configs pretty much at their defaults, except to configure the Web Service. Thanks Andrew View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3890352#3890352 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3890352 ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
