wamp appache - polling server continuously
Posted
by stone
on Stack Overflow
See other posts from Stack Overflow
or by stone
Published on 2010-05-29T00:12:34Z
Indexed on
2010/05/29
0:22 UTC
Read the original article
Hit count: 588
I've heard polling the server is not the best of ideas.
Let's say I make a client-server application. A simple game for example. Where each client polls the server every half a minute. How many clients is it possible to have before it overlaods a wamp server? Basically how robust is Apache for this kind of stuff? Getting a request, aggregating data from mysql server, and then returning the data in an xml format.
© Stack Overflow or respective owner