Python Subprocess Popen Stalling CGI Page
问题 I have a tool that I am working on and I need it to run a parser and also output another analysis log. Currently I have it so that it's through a web interface. User goes to the form and submits a filename for parsing (file already on system). Form submits information to Python CGI script Python CGI script runs and spawns a subprocess to run the parsing. Parser finds appropriate information for analysis and spawns subprocess also. I am using import subprocess ... subprocess.Popen(["./program