Re: [RADIATOR] Hooks and Persistent Database connections

2012-09-11 Thread Heikki Vatiainen
On 09/11/2012 07:07 PM, Johnson, Neil M wrote: > Is there another way to maintain a persistent connection to a database > between calls to hooks ? You could consider this: Add e.g, AuthBy SQL, AuthLogSQL or some other SQL based clause in the configuration file. Make sure the clause has Identifier

[RADIATOR] Hooks and Persistent Database connections

2012-09-11 Thread Johnson, Neil M
Is there another way to maintain a persistent connection to a database between calls to hooks ? The issue is that the DBI->connect_cached() statement I'm using makes a DBD->ping call to the database to check the connection and Our database server people our complaining that the statement is c