5 Mar
2012
5 Mar
'12
12:16 a.m.
On Mon, Mar 5, 2012 at 12:01 PM, Vivek Mehrotra <vmehro@yahoo.com> wrote:
Hello, We are using Freeradius2 with MySQL at the backend. I understand that the buffered sql takes care of buffering queries. What is the best way to stop querying MySQL altogether and return a negative response, after a certain threshold of processing is reached by the server?
What threshold are you talking about? The detail reader used by buffered sql by default only process one record at a time. In other words, each detail reader only runs one sql thread. So it should have very little impact on load. -- Fajar