On Mon, Sep 6, 2010 at 7:19 AM, Heath <he...@brownbarn.com> wrote:
> What I require seems simple, just run the requested process in the
> background. The terminal equivalent would be:
>
> "nohup <process> <args> &" and return control to the view.
>
> Any ideas on how to achieve this?

if this already works in a shell is there some reason why
"os.system('cmd')" or something similar doesn't work for you?

Aljosa Mohorovic

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to