On Tuesday 25 April 2006 06:52, tomass wrote: > Well, basically I have processes that could take minutes to > execute, and I'd like to background them, serve up a page showing > the status, and then allow users to view the output once they've > completed. > > Thanks, Tom
mod_python has/had a method of the request object: register_cleanup(). I've used this in the past to start a long runing process: <http://www.modpython.org/pipermail/mod_python/2004-June/015718.html> Eric. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---