[modwsgi] mod_wsgi and calling subprocess.Popen

2010-09-19 Thread yurkao
i've ported my simple django application (v0.96 on Ubuntu hardy 8.04) from mod_python to mod_wsgi. the application seems to be simple enough. On each Http user request it runs sequentaly external system commands: * ps aux * cat /proc/pid/maps and writes their output to same output file.

[modwsgi] Re: mod_wsgi and calling subprocess.Popen

2010-09-19 Thread yurkao
, 2010 at 11:35 AM, yurkao yur...@gmail.com wrote: i've ported my simple django application (v0.96 on Ubuntu hardy 8.04) from mod_python to mod_wsgi. the application seems to be simple enough. On each Http user request it runs sequentaly external system commands:  * ps aux  * cat /proc/pid

[modwsgi] Re: mod_wsgi and calling subprocess.Popen

2010-09-19 Thread yurkao
:26, yurkao yur...@gmail.com wrote: Rob, not sure if i've understood you corectly, but this is not webserver log. this is a sample job user wants to perform periodicaly. Its output should be redirected to some __output__ file, independent from webserver\apache\django log file. consider

[modwsgi] Re: mod_wsgi and calling subprocess.Popen

2010-09-19 Thread yurkao
11:26, yurkao yur...@gmail.com wrote: Rob, not sure if i've understood you corectly, but this is not webserver log. this is a sample job user wants to perform periodicaly. Its output should be redirected to some __output__ file, independent from webserver\apache\django log file. consider