Re: Http connection management/throttling for various applications sending GET requests to the same web server using a single web service

2008-04-06 Thread Oleg Kalnichevski
On Thu, 2008-04-03 at 22:22 -0700, Sujith Joseph wrote: Hi, I am trying to implement a way of throttling http connections to a web server from a web service, using httpclient, so that the web server wouldn't be overloaded with more than 'x' concurrent connections, from my web service. (I

Http connection management/throttling for various applications sending GET requests to the same web server using a single web service

2008-04-03 Thread Sujith Joseph
Hi, I am trying to implement a way of throttling http connections to a web server from a web service, using httpclient, so that the web server wouldn't be overloaded with more than 'x' concurrent connections, from my web service. (I also need to ensure that the http connections available in the