Skip to content Skip to sidebar Skip to footer
Showing posts with the label Gevent

Socket.getaddrinfo() Block Forever When Using With Gevent

Using httplib2, I am sending multiple requests with gevent, after some time http.request() method o… Read more Socket.getaddrinfo() Block Forever When Using With Gevent

Optimal Gunicorn-worker Configuration (number And Class) For Python Rest Apis

Lets say I have two conceptually different REST APIs developed in Python through a framework like F… Read more Optimal Gunicorn-worker Configuration (number And Class) For Python Rest Apis

How To Implement Comet Via Gevent's Event

there's a demo on how to implement comet using gevent + flask. #coding:utf-8 ''' C… Read more How To Implement Comet Via Gevent's Event

Gunicorn Gevent Worker Logging Issues

I have a gunicorn server running with 1 worker. I user the logging module during the request. None … Read more Gunicorn Gevent Worker Logging Issues