On Mon, Mar 5, 2012 at 12:01 PM, Vivek Mehrotra <vme...@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
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to