Monday, September 6, 2010

Re: Launching Background Processes from a View

On Mon, Sep 6, 2010 at 7:19 AM, Heath <heath@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-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment