If you need to set "synchronous = no"

Alan DeKok aland at deployingradius.com
Fri Feb 12 14:22:27 CET 2016


On Feb 12, 2016, at 7:33 AM, apopov at cybervisiontech.com wrote:
> 
> We want to use radius for transferring CDR records. Expected about 5000 accounting requests per second. 

  The server can proxy 5K packets/s.

> Our plan: App(requests generator) -> Local FreeRadius proxy -> Remote FreeRadius servers. 
> Local instance of freeradius proxy should store requests if remote server unavailable and also care about retransmissions. 

  That's find.

> If proxy support only synchronous mode, I don't think it is possible to transfer 5K requests per second because of response delay. Looks like asynchronous mode can help in this case. 

  The limitation here isn't FreeRADIUS.  The limitation is your application.

> From my understanding synchronous mode mean - proxy does not handle next request before response on first one. Is it correct understanding? 

  No.

  It means that FreeRADIUS doesn't respond to the client until the home server has responded to FreeRADIUS.

  And if you're looking at synchronous versus asynchronous configuration... you're using a *very* old version of the server.  Upgrade to a supported version.

> Can FreeRadius Proxy be used for my case? 

  Yes.

  Alan DeKok.




More information about the Freeradius-Users mailing list