Rob Hudson schrieb: > * Benjamin Slavin ([EMAIL PROTECTED]) wrote: >> I've never liked the idea of randomly slowing down requests to perform >> housekeeping tasks. It's probably acceptable in low-volume sites, but >> for high-traffic sites with a cluster of web servers a dedicated >> process more sense to me.
That's it. > To go with the 80/20 rule, I'd imagine that for 80% of Django developers > something like this would work pretty well and be useful. [...] I don't think so. Isn't session cleanup a natural candidate for a cron job (and whatever is the equivalent in the Microsoft world)? I don't quite get the advantage of doing it inside the http request handlers. Michael -- noris network AG - Deutschherrnstraße 15-19 - D-90429 Nürnberg - Tel +49-911-9352-0 - Fax +49-911-9352-100 http://www.noris.de - The IT-Outsourcing Company --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
