03-12-2008, 08:06 PM
[eluser]matt2012[/eluser]
What do people think about this as a default setting
I ran into problems on a shared server with too many connections to the database.
Is this a common problem?
Ive now set it to,
but I wondered what other people thought.
What do people think about this as a default setting
Code:
$db['default']['pconnect'] = TRUE;
I ran into problems on a shared server with too many connections to the database.
Is this a common problem?
Ive now set it to,
Code:
$db['default']['pconnect'] = FALSE;
but I wondered what other people thought.