Re: General Questions
Jon Parise <[email protected]> Thu, 29 May 2003 00:26:30 -0400
| Newsgroups | gmane.comp.horde.nag |
|---|---|
| Message-ID | <[email protected]> |
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 ([email protected]) :: The Horde Project (http://horde.org/) -- Nag mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]