Re: Re: re : PHP and persistent connections
Philip Hallstrom <philip@adhesivemedia.com>
From: Philip Hallstrom <philip@adhesivemedia.com>
To: GH <grasshacker@over-yonder.net>
Cc: pgsql-novice@postgresql.org
Date: 2000-11-27T16:57:23Z
Lists: pgsql-hackers
> Is it possible to set something like a timeout for persistent connctions? > (Er, would that be something that someone would want > to do? A Bad Thing?) see my other email about apache's MaxRequestsPerChild... > What happens when the httpd process that held a persistent connection > dies? Does "its" postgres process drop the connection and wait for > others? When the spare apache processes die, the postgres processes > remain. On my server (freebsd 4.x, php 4.0.2, postgresl 7.0.3) when I kill the httpd processes the postgres processes die as well...