2
RedEye:
It seems that your using persistant connections to your database. You should test if you need this feature...look at the line 65 below, you can find it in the "mainfile.php"
define('XOOPS_DB_PCONNECT', 0);
Set it to 0 maybe it will solve your probs...