Virtual Server with Multiple Databases

tnt at kalik.net tnt at kalik.net
Thu Jan 22 14:50:04 CET 2009


>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




More information about the Freeradius-Users mailing list