I have built a social community website in CodeIgniter which is now getting a fair bit of traffic, the hosting company have started complaining and saying that the database is r
have you tried to do $this->db->close(); after a query is made?
$this->db->close();