On 12/14/06, Noah <[EMAIL PROTECTED]> wrote:
>
> If I have a fairly intensive view, is there a way to return the
> response (ie a thank you) and continue doing my number crunching?

The only way to do this would be to use your view code to start a
thread and do your processing in the thread, with your view returing
the 'thank you' message.

Yours,
Russ Magee %-)

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