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