Optimal setup to handle large tps

2012-10-26 Thread Marius Booysen
Hi All, I was hoping for some advice from some of you: I have a requirement to deploy Freeradius to handle about 2M customers and of course I need to set up my environment optimally. I am aiming for about 1500 auths or accounting requests per second. 1.) Can Freeradius achieve that? Reading

Re: Optimal setup to handle large tps

2012-10-26 Thread Alan DeKok
Marius Booysen wrote: I have a requirement to deploy Freeradius to handle about 2M customers and of course I need to set up my environment optimally. I am aiming for about 1500 auths or accounting requests per second. That should be fine. 1.) Can Freeradius achieve that? Reading the

Optimal setup to handle large tps

2012-10-26 Thread Marius Booysen
Thanks Alan. 3.) I was thinking of going mysql, but in my mind accessing a DB *had* to be slower that accessing a dbm file ;) Anyway, thanks for the advice, I will test MySQL for sure. Kosie - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Optimal setup to handle large tps

2012-10-26 Thread Alan DeKok
Marius Booysen wrote: 3.) I was thinking of going mysql, but in my mind accessing a DB *had* to be slower that accessing a dbm file ;) Not necessarily. Anyway, thanks for the advice, I will test MySQL for sure. Honestly, I'd use postgres. It's much better. Alan DeKok. - List

Re: Optimal setup to handle large tps

2012-10-26 Thread Fajar A. Nugraha
On Fri, Oct 26, 2012 at 4:51 PM, Marius Booysen marius.booy...@eircom.net wrote: I have a requirement to deploy Freeradius to handle about 2M customers and of course I need to set up my environment optimally. I am aiming for about 1500 auths or accounting requests per second. 1.) Can