Gevent Avoid blocking in Hub.join Gevent PyMongo supports Gevent . Simply call Gevent’s monkey.patch_all() before loading any other modules: >>> # You must call patch_all(...
The Art of Graceful Reloading What is a “graceful reload”? Things go wrong The listen queue Proxy timeouts Waiting instead of errors is good, no errors and no waiting is even b...
Adding applications dynamically Defining VirtualEnv with dynamic apps Adding applications dynamically NOTE: this is not the best approach for hosting multiple applications. Yo...
SNI - Server Name Identification (virtual hosting for SSL nodes) Adding SNI objects Adding complex SNI objects Massive SNI hosting Subscription system and SNI SNI - Server ...
The Master FIFO Available commands FIFO slots Notes The Master FIFO Available from uWSGI 1.9.17. Generally you use UNIX signals to manage the master, but we are running out...