這是我的主文件: import subprocess, time
pipe = subprocess.PIPE
popen = subprocess.Popen('pythonw -uB test_web_app.py', stdout=pipe)
time.sleep(3)
而這裏的test_web_app.py: import web
class Handler:
d
我已經建立了一個運行在Fedora 14上的切諾基開發服務器,使用uWSGI與我的WSGI應用程序接口。 當應用程序被擊中與第一請求,我生成一個進程像這樣: from subprocess import Popen
Popen(['bash']) # bash is just an example; the problem happens with all programs
第一請求需要10