On Wed, 2006-02-08 at 11:51 -0600, Boysenberry Payne wrote:
> What I'm seeing is 37 mysql threads being created for 7 apache 
> children.  It would seem as
> though I would need to create a 5/1 ratio of mysql connections to 
> apache children.  Is that normal?

No.  If you use the same connection info every time, you should only see
one connection per child.  If you have two databases, you should see two
connections per child.  Maybe you are still not using the same connect
string each time?  The debug output should tell you if it thinks it has
a connection already or not.

- Perrin

Reply via email to