cumc-dbmi / drug-condition-incidence

3 stars 4 forks source link

Solution shall add a Python WSGI HTTP Server to serve Flask REST service. #36

Open ecruz165 opened 1 year ago

ecruz165 commented 1 year ago

Option: Gunicorn takes care of running multiple instances of your web application, making sure they are healthy and restarting them as needed, distributing incoming requests across those instances, and communicate with the web server