Skip to content

michdan/gunicorn_performance_fix_showcase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Just run 'docker-compose build' and after 'docker-compose up'. There will be two server instances and two client instances. One server with Gunicorn with this fix: benoitc/gunicorn#3228 and client sending requests in loop, another with Gunicorn 22.0.0 version and client sending requests in loop. Settings for both servers are the same. We can see that in Gunicorn 22.0.0, worker waits for long time to finish restart while in Gunicorn fixed version restart is very fast (without errors on the client side).

Releases

No releases published

Packages

No packages published

Languages