Files
weave-scope/probe
Peter Bourgon 8602132ab6 Move concurrency from resolve to HTTP GET
- Process DNS resolution serially
- Process up to 10 HTTP GET (for app ID) concurrently

More than 10 concurrent GET requests will block on the semaphore. This
will cause the staticResolver.resolve method to block, which is probably
fine: it will just delay the next resolve loop, currently at 1m
intervals.

To make this a little bit more robust, I've also added a fastClient for
app ID resolution, with a timeout (total, including connect, request,
and response) of 5s.
2015-09-24 16:56:37 +02:00
..
2015-09-24 05:30:40 +00:00
2015-09-24 03:07:20 +00:00
2015-09-24 16:11:55 +02:00
2015-05-19 10:05:03 +00:00
2015-09-24 16:11:55 +02:00