multi player client server game - polling - wamp
Posted
by stonebold
on Server Fault
See other posts from Server Fault
or by stonebold
Published on 2010-05-29T00:41:58Z
Indexed on
2010/05/29
0:53 UTC
Read the original article
Hit count: 323
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. What solution should I use for my case? Thank you in advance.
© Server Fault or respective owner