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.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to