13 Aug
2013
13 Aug
'13
9:16 a.m.
itquestioner wrote:
We've found in the freeradius wiki, that the correct way to manage connection to mysql is to initiate the connection in the CLONE function. But where should we put $dbh->disconnect() to be sure that any connection will also be closed ? Whatever the result of the request treatment, and the stage in which the module may exit.
You should be able to disconnect the database at any time. Alan DeKok.