Open sparticvs opened 10 years ago
Bootstrapping and polling is going to be SLOW using blocking networking I/O. So this needs to use AsyncHTTPClient from Tornado, so that we can handle stuff faster.
Assigning to Milestone 2. This might be pushed off even further.
Deferred to MS3. Should be pretty straight forward to achieve.
Bootstrapping and polling is going to be SLOW using blocking networking I/O. So this needs to use AsyncHTTPClient from Tornado, so that we can handle stuff faster.