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