run multiple webservices at a time

Posted by Prajakta on Stack Overflow See other posts from Stack Overflow or by Prajakta
Published on 2010-04-13T13:03:43Z Indexed on 2010/04/13 16:33 UTC
Read the original article Hit count: 122

Filed under:

Hello, I have written a webservice which is taking URL as an input and producing a JSON respone. My problem is that now I have list of 1000 URLs and want to execute maximum threads of Webapplications to get output. Like I want to execute 100 instances of webservice at a time to get response.Please can anybody give some guidance how can I do it using java. Thank you in advance

© Stack Overflow or respective owner

Related posts about java