>I tried that before, it worked fine. The reason why I explored the possibility 
>of using CONTROL is avoid similar sections that called to different sql 
>instance in the configuration file counter.conf, which will require the server 
>section to call noresetcounter1, noresetcounter2 and .....
>

sqlcounters are instatiated at server startup because they require custom
attributes written into the dictionary. It makes sense to do this only
once (when server starts) and not every time someone tries to connect.

Same thing is with sql instances. They are instatiated at startup and
create persistant connections to the database. It would be a big
performance hit to open database connections every time someone tries to
connect.

Ivan Kalik
Kalik Informatika ISP

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to