Error on radius
A.L.M.Buxey at lboro.ac.uk
A.L.M.Buxey at lboro.ac.uk
Mon Jan 7 13:40:11 CET 2008
Hi,
> Thanks Alan,
> We are using SQL for authentication and accounting - do you think this could be the issue?
>
> I could potentially have thousands of requests coming in almost simultaneously, is this going to be too much for the process to handle?
i dont know how good your SQL database is - specification or throughput
capability etc. have you done benchmarks? I would personally suggest
that you use the sqlrelay method for the accounting to stop the threads
being caught in accounting processes - as accounting causes update/write
to SQL which is a performance hit (compared to authentication which is just
usually a read)
alan
More information about the Freeradius-Users
mailing list