On 10/11/06, AlexK <[EMAIL PROTECTED]> wrote: > > I have multi user access issue in my app.Logs show, that 1 request > closes DB connection, which can be used by other request. May be reason > of apache Win version is not thread-safe..has anybody idea, how to > workaround it? > I consider moving to lighttpd (http://www.lighttpd.net) + fastcgi > (flur). But it takes time to learn, and I have not enough this time..
Apache on windows is multithreaded, and until 0.95, Django database connections were not thread-safe. Upgrading to 0.95 should fix your problem, but there are a lot of changes between 0.91 and 0.95. Joseph --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---