rlm_sql Closing Connections
    Alan Buxey 
    alan.buxey at gmail.com
       
    Mon Dec  7 09:47:31 CET 2020
    
    
  
hi,
what version are you using?
If you are able to keeplong-lived sessions to yourDB (and there isnt a
firewall playing games between your server and the DB) then why are
you idling out the connections
at all? set idle_timeout to 0 and the connections will be kept and you
wont have this close/reconnect issue anyway) . do you need 20 spare
connections? looks like they arent being used....you're
currently spinning up more than you need.
alan
    
    
More information about the Freeradius-Users
mailing list