Hi I'm using JAX-RS, but what happen if i have several clients at the same time, and only one server.
(100 clients one WS ) I have to connect a java application with a web server system. I thinking to emulate the client asynchronous process as he was a web server client ( use session status of the first system "the client"). If i have ten clients connections asynchronous at the same time, using the same server port, what is the scenario ? I think we need to have a pool client's to manage this situations, it this ok ?? It's necessary to have a pool of Web Service at different socket ? regards Julio Oliveira - Buenos Aires [email protected] http://www.linkedin.com/in/juliomoliveira
