On 12/12/06, Rob Hudson <[EMAIL PROTECTED]> wrote:
>
> * Benjamin Slavin ([EMAIL PROTECTED]) wrote:
> > I think auto purge would need further discussion to figure out the
> > best solution.

Auto-purge should be optional, in any case.  I like my session table
the way it is, thanks.  :)

> Is there a way to make this happen *after* all the content was sent to
> the user and the HTML tag closed?

I don't think so, since the request/response cycle is how Django
works, and even if you did do it after the response was sent, you'd
still delay that process from answering the next request.

Django should have a daemon to dispatch to, IMHO, though I understand
not wanting to bundle the kitchen sink.  Even so, a cookbook for
working with one would be cool.
See https://simon.bofh.ms/cgi-bin/trac-django-projects.cgi/wiki/JobControl

--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to