uwsgi --http :9090 --wsgi-file foobar.py --master --processes 4 --threads 2. 以上命令将会生成4 个进程, 每个进程有2 个线程。
確定! 回上一頁