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.
however, the result output file holds only ps aux call output, and not
the both.
Any ideas how to correctly implement that with mod_wsgi?
Certainly a lot easier as you don't have to fiddle with executing all
the separate parts from Python.
Graham
> --
> You received this message because you are subscribed to the Google Groups "modwsgi" group.
> To post to this group, send email to mod...@googlegroups.com.
> To unsubscribe from this group, send email to modwsgi+u...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en.
>
>