def get_data(url): #print gevent.getcurrent() print 'Get url {}'.format(url) resp = requests.get(url) print len(resp.text)