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 two connection in this one process, not 2 connections total. It's not global to all processes. - Perrin