Closing connection in apache-mod_python-django0.91-postgresql-WinXP

2006-10-11 Thread AlexK
Hi all, 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 (f

Re: Closing connection in apache-mod_python-django0.91-postgresql-WinXP

2006-10-11 Thread Joseph Kocherhans
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 t