Python Environment: add gevent based WSGI server framework (#750)

* Python Environment: add gevent based WSGI server framework

This supply gevent based WSGI server framework to Python Environment, to
allow customer to run their functions under multi-threads.

* classify the flask based application

This set up the flask based application as individual class, to make
sure the consistent and integrity.

* Add instruction of WSGI server selection applied in Python Environment

* Python Environment starting logger: provide framework name
This commit is contained in:
xiekeyang
2018-06-26 15:50:06 +08:00
committed by Ta-Ching Chen
parent c863616b38
commit 71d8b769d5
3 changed files with 109 additions and 80 deletions
+1
View File
@@ -5,3 +5,4 @@ python-dateutil
requests==2.7.0
redis
hiredis
gevent