[eluser]Ku Yu Cheung[/eluser]
Hello, i'm experiencing problems with my code:
each time that the application's homepage is loaded, a new (fresh) database connection is created and it stays open.
If there are many open connections, the application can be slow in responding or can stop working. this issue happens only on the production server, and i think that is a mysql issue. I see that the db assigns a new port for each new connection created. Can CI be forced to use always the same connection?