Django's backend (firebird) problem reconnecting to database was fixed as here by disabling request finishing signal. It works on the development server, but when the project was deployed with mod_wsgi connections it again started to reinitialize for each request. How can I fix it? Thanks.
p.s my connection is very expensive (about 1sec.)