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

Passing A Multiprocessing Queue/dictionary/etc.. To Green Threads

Is it safe to pass a multiprocessing object (queue, dictionary, etc...) to multiple gevent threads?… Read more Passing A Multiprocessing Queue/dictionary/etc.. To Green Threads

Gevent / Requests Hangs While Making Lots Of Head Requests

I need to make 100k head requests, and I'm using gevent on top of requests. My code runs for a … Read more Gevent / Requests Hangs While Making Lots Of Head Requests

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

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

Gevent / Requests Hangs While Making Lots Of Head Requests

I need to make 100k head requests, and I'm using gevent on top of requests. My code runs for a … Read more Gevent / Requests Hangs While Making Lots Of Head Requests