Alan, That's exactly what I want. I have a very very busy radius server (about 100 and something NASes) and I'm trying to increase the number of SQL sockets. I have increased the limit inside the MySQL to 1000 and have checked file descriptors, thread limit, etc on Linux. Everything is okay.
The problem is that, I cannot go past 25 sql sockets. If I put 26 and up, the radiusd just hangs and dont answer any request, since the startup. Ever heard of that? Regards, Ed Castro > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 29, 2002 3:43 PM > To: [EMAIL PROTECTED] > Subject: Re: problem increasing max_sql_conn > > > Edgard Castro <[EMAIL PROTECTED]> wrote: > > The problem is getting worse and worse.. I can't almost log on SQL > > anymore... No one have a clue? :) Please? > > Find out which processes are using the SQL connections, and why. > Maybe they're using them and not releasing them. Maybe the > connections are just being used for many seconds, and then being > released. > > > On the other hand, if your RADIUS server is very busy, then maybe > you need to increase the maximum number of allowed SQL connections. > > Alan DeKok. > > - > List info/subscribe/unsubscribe? See > http://www.freeradius.org/list/users.html > - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
