Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

urllib3 or Requests #42

Closed
eljeffeg opened this issue Aug 8, 2012 · 2 comments
Closed

urllib3 or Requests #42

eljeffeg opened this issue Aug 8, 2012 · 2 comments

Comments

@eljeffeg
Copy link

eljeffeg commented Aug 8, 2012

Since most requests go to the same servers, it would seem that Keep-alive and HTTP connection pooling would be extremely helpful for this library. Most of my application's delays are spent on urllib2 requests to the graph. Any chance of updating the code to use urllib3 or Requests that would likely speed up a query? In some benchmarks I've seen, they can be twice as fast.

Oh, and Requests support's Python 3, which may address this issue, since it appears most of it focuses on urllib queries.

@martey
Copy link
Member

martey commented Aug 8, 2012

I would really like the library to one day support Requests (for the reasons you mentioned), but have not found time to work on it. I took a short look at it previously, but was discouraged by the fact that it did not support Google App Engine. This seems to no longer be the case, though.

@martey
Copy link
Member

martey commented Jun 1, 2013

Closing in favor of #76, which is likely to be merged in the near future.

@martey martey closed this as completed Jun 1, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants