sparticvs / buildgps

Get Directions on your Continuous Integration
0 stars 0 forks source link

Async HTTP Client Requests #4

Open sparticvs opened 10 years ago

sparticvs commented 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.

sparticvs commented 10 years ago

Assigning to Milestone 2. This might be pushed off even further.

sparticvs commented 10 years ago

Deferred to MS3. Should be pretty straight forward to achieve.