Server-side technology for a game

Posted by Soonts on Stack Overflow See other posts from Stack Overflow or by Soonts
Published on 2010-12-09T13:20:08Z Indexed on 2011/01/02 6:54 UTC
Read the original article Hit count: 234

We’re creating a massively-multiplayer social game. We expect up to 1 million concurrent users. The game is not real-time, instead it’s turn-based. We need reliable messaging between our clients and the server, preferably over HTTP protocol.

Besides the multiplayer functionality, we’ll also need a content delivery service.

Could you please recommend a server-side technology for us, so we’ll start searching for the right people to hire?

Is it correct assumption that no single server will hold that amount of load so it must scale horizontally?

Will Windows Azure do the job?

Thanks in advance.

© Stack Overflow or respective owner

Related posts about facebook

Related posts about networking