siraj has asked for the wisdom of the Perl Monks concerning the following question:

Hi Monks,
I am having 150 as MaxClient in httpd.conf. However the number of DB session used is always 300. As per my understanding it should be equal to the number of threads which is 150. I am also using Apache::DBI for connection Pooling.Can someone help me saying what else may be problem for this double the usage of DB session.
Regards,
Siraj
  • Comment on DB session usage is double the number of Maxclient in Apache

Replies are listed 'Best First'.
Re: DB session usage is double the number of Maxclient in Apache
by moritz (Cardinal) on May 04, 2011 at 15:49 UTC