I would like to run additional process apart from the main server thread, so it would periodically perform some operations (basically check, if it should some info mails). Are there any best practices in Django at which point to start this thread and use it? Or can I simply run a new thread from stdlib and don't worry about anything?
-- 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 [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-users?hl=en -~----------~----~----~----~------~----~------~--~---

