Michael Milner wrote:
> I tried upgrading to 2.0.7-1 on debian sarge (with postgresql) and I've
> been having some trouble with it.
> 
> My imapd and pop3d servers both connect to the database correctly on
> startup but then immediately report that they lost the connection.  It
> keeps retrying but always reports the same error.
> 
> I noticed looking through the source code that the db_check_connection
> function has been changed to use the PQ_Status function instead of
> reconnecting; perhaps the problem lies there.

That change went in in januari.

The thing that did change was that now, the pool manager keeps a connection to
the database open and checks it every second so that children in the pool are
brought down when the database goes away. In 2.0.6 the pool manager does this by
connecting/disconnecting rather that by checking the status.


-- 
  ________________________________________________________________
  Paul Stevens                                  mailto:[EMAIL PROTECTED]
  NET FACILITIES GROUP                     PGP: finger [EMAIL PROTECTED]
  The Netherlands________________________________http://www.nfg.nl

Reply via email to