Hi all, I am trying to deploy TG application on SCGI / Apache, but experience random "connection lost" errors from SQLObject / Postgres. Since last svn update it happens in visit filter, but before it was happening in different other places (in my own application). I use forking scgi script (former SWAP, now part of paste i think). The errors that I am getting from psycopg are OperationalError: no connection to the server and DatabaseError: connection lost.
I have compeletely no idea what to do now :( Any hints are highly appreciated! -- Ksenia

