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. However, Apache2::Status always displays 2 connection. Am I missing something? Apache2::Status 4.0 Perl 5.8.7 Apache 2.2.0 mod_perl 2.000002 Apache::DBI 0.9901 Thanks, Alex