Hi Java Gurus, We have the following problem:
We are using the HTTPClient library and must open multiple connections simultaneously. i.e. we have to make several calls in parallel, otherwise the performance is very bad. If we have 50 requests per user and are doing these 50 requests in order we have to wait 50 times the time of one request. For multiple user this is not an option. So, the question is how can 50 parallel connection be opened in EJB? Threads are not allowed, so how can we accomplish this? It should be a service like this: - Send x methods in parallel - Collects the results Thanks, Karsten -- Karsten Ohme T-Systems Multimedia Solutions GmbH Portal Technologies, Applications & Appliances Hausanschrift: Riesaer Strasse 5, 01129 Dresden Postanschrift: Postfach 10 02 24, 01072 Dresden Telefon: +49 351 28 20 - 2123 Fax: +49 171 351 28 20 - 5116 E-Mail: [email protected]
