Советы по нарезанию резьбы и вопросы
I have a website that goes out and queries/consumes 12 different Webservices. Some are SOAP, some URL-REST. Right now the code is set up like a Rolodex, as one Webservice result is returned the next request is fired off. Been reading up on threads and am wondering if this is a good way to go with consuming Web services or is there another avenue I should look at. Webservice results are usually pretty fast but the way the site is working now If one webservice is slow or down it slows the whole process down. If I go to use of threads my main concern is how do know when the treads are finished individually so I can process and display all the results.
Спасибо.
Что я уже пробовал:
просто начинаю и изучаю темы. Нужен совет или направление.