We are having a problem with the oracle sessions running wild. We have five web servers that run 6 servers. once we restart all the web servers, I check and see that we have 30 sessions.
With the Apache::DBI::ping, we should stay steady at 30 sessions (At least that is how I understand it), but after a couple of hours, the processes start to grow exponetially, finally pushing some 400 sessions, we restart. We have done nothing new in our setup for the last year, and we can't seem to find a cause for this sudden explosion of sessions. Of course the DBA is blaming Apache::DBI, but I can't find any reason? These are our settings for the server. Timeout 300 KeepAlive Off MaxKeepAliveRequests 0 KeepAliveTimeout 15 MinSpareServers 4 MaxSpareServers 8 StartServers 6 MaxClients 32 MaxRequestsPerChild 65 Listen 10.0.5.7:80 -- C Wayne Huling <[EMAIL PROTECTED]> -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html
