python - Using gunicorn to start flask project, repeated startup issues
PHP中文网
PHP中文网 2017-05-18 10:48:00
0
2
572

Use gunicorn to start the flask project. Repeated startup does not prompt a port conflict, but it can start normally?
Command:
gunicorn -b 0.0.0.0:20133 run:app
After startup, no ctrl c is needed method to close, directly close the terminal, open a new terminal and find that the process is still there. At this time, continue to execute the gunicorn command to start the project and find that it can start normally. This is a problem, but I don’t know why

PHP中文网
PHP中文网

认证高级PHP讲师

reply all(2)
世界只因有你

Explanation gunicorn has performed a kill operation

世界只因有你

Use lsof -i:20133 to check the port usage.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!