Question about server usage, big community platform

Posted by Json on Pro Webmasters See other posts from Pro Webmasters or by Json
Published on 2012-03-29T09:53:52Z Indexed on 2012/03/29 11:43 UTC
Read the original article Hit count: 214

Filed under:
|

I’m working on a community platform writen in PHP, MySQL.

I have some questions about the server usage maybe someone can help me out.

The community is based on JQuery with many ajax requests to update content. It makes 5 - 10 AJAX(Json, GET, POST) requests every 5 seconds, the requests fetch user data like user notifications and messages by doing mySQL queries. I wonder how a server will handle this when there are for more than 5000 users online. Then it will be 50.000 requests every 5 seconds, what kind of server you need to handle this?

Or maybe even more, when there are 15.000 users online, 150.000 requests every 5 seconds. My webserver have the following specs.

Xeon Quad 2048MB 5000GB traffic

Will it be good enough, and for how many users?

Anyone can help me out or know where to find such information, like make a calculation?

© Pro Webmasters or respective owner

Related posts about web-hosting

Related posts about usage-data