Skip to content

Instantly share code, notes, and snippets.

@fritz-smh
Created March 1, 2017 08:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fritz-smh/9932e06b6ff8641aea349566ec1dee49 to your computer and use it in GitHub Desktop.
Save fritz-smh/9932e06b6ff8641aea349566ec1dee49 to your computer and use it in GitHub Desktop.
feature | gunicorn in python code | gunicorn or uWSGI outside of python code | external webserver (nginx?)
-----------------------------|-------------------------|--------------------------------------------|----------------------------
threads/non blocking | ok | ok | ok
-----------------------------|-------------------------|--------------------------------------------|----------------------------
install upgrade needed | no | not sure | yes
-----------------------------|-------------------------|--------------------------------------------|----------------------------
admin startup upgrade needed | no | yes | no
-----------------------------|-------------------------|--------------------------------------------|----------------------------
ssl - setup | no change | surely some changes (pass ssl stuff to the| to do on the webserver
| | command |
-----------------------------|-------------------------|--------------------------------------------|----------------------------
ssl - letsencrypt | maybe hard | no idea | surely easy to setup
-----------------------------|-------------------------|--------------------------------------------|----------------------------
ssl - configuration | no change | no change (the wsgi launched will read | if we want no change we
( activation, cert location) | | the current configuration files | will have to rebuild the
| | | webserver configuration file
| | | on the fly
-----------------------------|-------------------------|--------------------------------------------|----------------------------
websockets | changes | changes | changes
-----------------------------|-------------------------|--------------------------------------------|----------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment