Skip to content

Commit

Permalink
adding gunicorn, gunicornGevent
Browse files Browse the repository at this point in the history
  • Loading branch information
ali96343 committed Oct 27, 2023
1 parent 2a43e0e commit 57eeac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py4web/server_adapters.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def load_config(self):
# $export GUNICORN_worker_class=uvicorn.workers.UvicornWorker
# $export GUNICORN_worker_class=aiohttp.worker.GunicornWebWorker
#
# time for i in {1..5000}; do curl -k http://localhost:8000/todo &>/dev/null ; done
# time seq 1 5000 | xargs -I % -P 10000 curl http://localhost:8000/mig1ssl &>/dev/null

gunicorn_vars = dict()

Expand Down

0 comments on commit 57eeac3

Please sign in to comment.