Thanks Alan, will try this. -----Original Message----- Sent: 07 January 2008 12:40 To: FreeRadius users mailing list Subject: Re: Error on radius
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 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html *** Email COnfidentiality Notice *** This message is private and confidential.If you have received this in error, please notify us and remove it from your system. Contact [EMAIL PROTECTED] No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.516 / Virus Database: 269.17.13/1212 - Release Date: 06/01/2008 22:55 No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.516 / Virus Database: 269.17.13/1212 - Release Date: 06/01/2008 22:55 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

