On 3/26/07, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > You will get dozens or hundreds of queries with very little way to tell > which thread or process is doing the logging. Since all the requests > will be interleaved, this will be even harder to track. Serialisation is > also a problem: only one thread or process at a time can write to the > file, so now each simultaneous request has to wait in line to get a lock > in order to access to a single shared resource. Performance would > plummet.
Performance is not something I care very much about in development. Tailing all the SQL queries created by the code I'm writing, however, is. -- Greg Donald http://destiney.com/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

