Hello
not counting one could spread the load among various RADIUS servers and that some servers can also cache the user auth tables, which speeds things up a bit more
Cheers !3runo
Greger V. Teigre wrote:
Daniel, A quick advice: Replacing RADIUS auth with exec_msg will not be faster. The overhead associated with forking etc is far higher than sending out the RADIUS message. exec_msg is known to make ser hang if too many processes are forked at the same time. g-)
Daniel Corbe wrote:
I've noticed that 90% of my SIP traffic is REGISTER requests. I am trying to implement some sort of caching mechanism (which will inherently be faster than doing a RADIUS lookup on every REGISTER request) using exec and a perl script which does a lookup from a memory-cached file.