[nag] General Questions

Jon Parise jon at horde.org
Wed May 28 21:26:30 PDT 2003


On Tue, May 27, 2003 at 10:35:07PM -0400, Hermit wrote:

> CVS Head.  Postgres.  It seems to leave open connections.  My son
> said pear is supposed to terminate the connection once completed?
> Any ideas where to look? 
  
The Nag SQL driver explicitly requests a persistent database
connection.  See the _connect() method in nag/lib/Driver/sql.php.

If you want to disable persistent connections, change the 'true' to a
'false' in the DB::connect() call.

-- 
Jon Parise (jon at horde.org) :: The Horde Project (http://horde.org/)


More information about the nag mailing list