views:

313

answers:

3

Using CodeIgniter with persistent connections disabled.

A: 

could be a timeout issue

A: 

Doesn't code igniter use a connection pool by default? If so, it will grab a bunch and hang on to them till it needs them.

Tim Howland
+1  A: 

Even though the app doesn't keep the connection open, the OS lets it hang around. See http://www.mysqlperformanceblog.com/2006/11/12/are-php-persistent-connections-evil/

Zak