On Tue, Apr 29, 2014 at 10:04, Simon Perreault wrote:

> - Run both requests in parallel.
> - When one response is received, start a short timer (e.g. 200ms or so).
> - If the second response is received before the timer expires, sort and
> return the results as usual.
> - Otherwise, kill the second request and return what you have.

Yuck. You just added 200ms latency to every connection.

Reply via email to