debugging 'server closed the connection unexpectedly' from PostgreSQL 8.0

2005-08-02 Thread Mark Stosberg
Hello, I'm debugging why I'm getting 'server closed the connection unexpectedly' intermittently in a modperl application. Unfortunately it has only been seen on the production server and not on our development server making it harder to debug. On the database side, nothing looks unusual in the

Re: debugging 'server closed the connection unexpectedly' from PostgreSQL 8.0

2005-08-02 Thread Michael Peters
Mark Stosberg wrote: 2. In a couple related modules we a construct like: our $DBH = DBI-connect(). We don't do that elsewhere in the application. With some effort we could refactor the code to get rid of this. I tried switching to local our, but I got a test failure. (Although I didn't get