hey guys, im trying to run a script in the backend of my django
project, i have used django signals to call my script and run it when
foo class is saved, and in the foo class theres a variable that can be
true or false, if its true it calls an infinte loop that runs a
function every x seconds, but since this is an infinite loop, its
keeping the django HTTPRequest active, so the page never finishes
loading, is there a way to bipass this behavior ?

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