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

Why Gevent On A Flask App With Apache + Mod_wsgi Is Raising Notimplementederror?

I'm having an issue deploying my Flask app with Apache (mod_wsgi) and gevent on a shared hostin… Read more Why Gevent On A Flask App With Apache + Mod_wsgi Is Raising Notimplementederror?

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

Shutdown For Socketserver Based Python 3 Server Hangs

I am working on a 'simple' server using a threaded SocketServer in Python 3. I am going thr… Read more Shutdown For Socketserver Based Python 3 Server Hangs

How To Combine Django Plus Gevent The Basics?

After much searching and googling I am coming back to the well. I have Django 1.4 and am looking fo… Read more How To Combine Django Plus Gevent The Basics?

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

Run Web App With Gevent

I want to try playing around with gevent as a web server and application framework. I don't se… Read more Run Web App With Gevent

Stackless In Pypy And Pypy + Greenlet - Differences

New version of PyPy ships with integrated Stackless. As far as I know the bundled Stackless is not … Read more Stackless In Pypy And Pypy + Greenlet - Differences

Calling An Api Concurrently In Python

I need to talk to an api to get information about teams. Each team has a unique id. I call the api … Read more Calling An Api Concurrently In Python