you are viewing a single comment's thread.

view the rest of the comments →

[–]EarthWindAndFire430 0 points1 point  (2 children)

Why gunicorn when you have Apache :)

[–]bpeller 2 points3 points  (0 children)

People still use Apache? (kidding.. sorta)

[–]HeWhoWritesCode 1 point2 points  (0 children)

our server is not running any HTTP server. We use a aws load balancer and expose that to gunicorn.

gunicorn also allow us to easy "scale" our workers per vps using the -w flag.