Celery is a python job queue system that a lot of people really like.
I think it would allow you to do the form processing asynchronously.

http://celeryproject.org/

Hope that helps,
Alex

On Jun 7, 11:31 pm, Chris Seberino <cseber...@gmail.com> wrote:
> I don't want Django site to block while form data is being processed.
>
> What is easiest way to run a separate script in a separate thread or
> process with form data as input parameters?
>
> e.g. commands.getoutput("my_script arg1 arg2") or
>        os.system("my_script arg1 arg2") <--- possible to run these in
> separate thread or process easily so Django app doesn't have to wait
> on it?  How?
>
> Thanks!
>
> Chris

-- 
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