How do I stop reading of detail file after a certain threshold is	reached
    Fajar A. Nugraha 
    list at fajar.net
       
    Mon Mar  5 06:16:31 CET 2012
    
    
  
On Mon, Mar 5, 2012 at 12:01 PM, Vivek Mehrotra <vmehro at 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
    
    
More information about the Freeradius-Users
mailing list