Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • Can you explain your problem a little further? Why do you not want to use the requests.async module? Commented Mar 1, 2012 at 6:12
  • Requests dont work asynchronious. Why? I dont want use requests.async because is contain bad interface for use and dont work asynchronious too. Look at image, there is visible how work requests and urllib2. Commented Mar 1, 2012 at 12:16
  • 1
    See stackoverflow.com/questions/9110593/… and github.com/kennethreitz/grequests. Commented Feb 8, 2013 at 12:34