I have an application on the client and they are complaining that it is opening many connections to the database, causing the server to crash.
I searched the internet and did not find anything related.
I would like to know if CodeIgniter automatically closes the connection to the bank when it is done or if it has something to close.
I'm new to CodeIgniter and the application was already done when I joined here. It is using Active Record
to do the queries .