gunicorn1 Gunicorn (공식링크) WSGI 종류중 1개. 리눅스 기반 가장 많이 쓰이는 (Gateway Interface)서버. request traffic을 해결하기 위해 자원을 분배하여 (fork 된)Web Application 들에 할당 할 수 있다. 동기적 # 장고에서 실행 $project gunicorn -option wsgi가 있는 앱:application $project gunicorn -w 4 Projectapp.wsgi:application # worker 4개동작 [2022-03-08 17:11:49 +0900] [70205] [INFO] Starting gunicorn 20.1.0 [2022-03-08 17:11:49 +0900] [70205] [INFO] Listening at: (70205) [2022.. 2022. 3. 12. 이전 1 다음