> Best practice here would be to stop trying to use a webserver to do > things it wasn't intended for. > > If you need a separate process/thread to run regularly and perform > some background processing, then put that code in a standalone script > and use a crontab entry to invoke the script.
Even if it's an integral part of an app? And I would like to be able to access it easily from django testing framework, so it can be automatically tested every time I need it. -- Filip Gruszczyński --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---