Page 1 of 1

300 Agents ( Web Server suggestion )

PostPosted: Thu Nov 16, 2017 10:28 pm
by gequiros
I was thinking of getting a:

Dual Intel Xeon X5650 2.66 GHZ Hex Core (12 cores or 24 threads)
32GB Ram DDR 3
1 SSD 60gb ( Not really needed for more )

Will this be good enough ?

Since all the power we need here will be mostly network and memory ( i guess ), so not sure if i am safe

With 40 agents that we got currently, memory max usage is 2gb, and CPU load is about 0,8

Am i safe with that hardware ?

Re: 300 Agents ( Web Server suggestion )

PostPosted: Fri Nov 17, 2017 6:28 am
by mflorell
That's overkill for web servers for VICIdial, and they don't scale like DB servers do. Web servers are fine as a single quad-core CPU with 8 GB RAM, and each one should be able to safely handle 200 agents before Apache runs out of ports, which is usually the limiting factor. You also can just keep adding more web servers as your capacity needs grow. Our 630-agent client has 5 webservers currently because they are planning to grow to 800 concurrent agents.

Re: 300 Agents ( Web Server suggestion )

PostPosted: Sat Nov 18, 2017 10:47 am
by gequiros
Thanks so much for your advise....you are just pointing me out in the right path,,,

Thanks

Re: 300 Agents ( Web Server suggestion )

PostPosted: Thu Dec 28, 2017 3:37 pm
by gequiros
Have you guys consider using NGINX instead of apache ?

Thanks !@!!

Re: 300 Agents ( Web Server suggestion )

PostPosted: Fri Dec 29, 2017 2:43 pm
by mflorell
Yes, we've considered it, even had a couple clients use it. It doesn't solve any problems over Apache, and it can't magically make Linux handle more ports either. And since machine load isn't really an issue with Apache, there's really no reason to use it over Apache.