Nick,

--On 9 March 2012 19:20:17 +0000 Nick Kew <n...@webthing.com> wrote:

if I have (say) 100 mpm-prefork workers, and 0.001%
of my queries are to the <Location> concerned (this ratio is
approximately correct numerically), I don't really want 100 database
connections constantly open, lasting for the life of the mpm-prefork
worker.

Then you want the classic-CGI-style setup.  DBD will give you that
with min=0, max=1, and no keepalive on the connections.

Thanks.

By 'no keepalive' do you mean 'DBDPersist off'?

--
Alex Bligh

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to