Polling performance on shared host

Posted by Azincourt on Server Fault See other posts from Server Fault or by Azincourt
Published on 2012-10-11T15:18:18Z Indexed on 2012/10/11 15:38 UTC
Read the original article Hit count: 235

Filed under:
|
|
|

I am planning on writing a small browser game.

The webserver is a shared server, with no root / install possible.

I want to use AJAX for client/server communication. There will be 12 players.

So each player would be polling the server for the current game status every X milliseconds (let's say 200ms). So that would be 200ms x 12 players x 5 = 60 requests per second

Can Apache handle those requests?

What might be the bottlenecks when using this attempt?

© Server Fault or respective owner

Related posts about apache2

Related posts about request