[dbi] how many connections should i see?]

2006-01-13 Thread alex-lists-modperl
I am using Apache/mod_perl/ApacheDBI/DBI combination with connect_on_init() to provide child processes (prefork model) with connections had had been already established. On database backend, I currently see 77 connections established. netstat on the front end indicates 77 active connections. How

Re: [dbi] how many connections should i see?]

2006-01-13 Thread Perrin Harkins
On Fri, 2006-01-13 at 12:11 -0500, [EMAIL PROTECTED] wrote: > On database backend, I currently see 77 connections established. > netstat on the front end indicates 77 active connections. > > However, Apache2::Status always displays 2 connection. > > Am I missing something? That means you have tw