> You could use Ajax for this. The client could periodically (say, every
> second) send a request to the server asking if the calculation is
> over. 
If the view is running a loop -  how would you provide a variable to another 
view (that Ajax is calling) about the situation? Let's say a percentage 
complete -- I immediately think of a global variable, but am not sure how 
this works in a multi-user web situation.

Perhaps a cookie with a session id is the answer.

\d

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to