I would be interested in comments regarding the trade-off of using pipelining. My thoughts on this are that it is great because it relieves the burden on the server of having to open a TCP connection for each request for an object but the trade-off is that the requests have to be sent/received in order. This seems to me to override the benefits of multi-threading. If I was to send multiple GETs at the same time I would open multiple connections but the requests could be processed concurrently. Regards, Tim Greenwald Washington Mutual AQM Team "You can't manage what your not measuring"Received on Friday, 1 August 2003 12:48:09 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Friday, 10 August 2007 16:57:18 GMT