Mobile app version of vmapp.org
Login or Join
Cofer257

: Web server specifications for online Text-based web game I am developing an online text-based game similar to Mafia wars. Of course I won't expect 20 million players on my site, but I want

@Cofer257

Posted in: #Bandwidth #Mysql #Php #WebHosting #Webserver

I am developing an online text-based game similar to Mafia wars. Of course I won't expect 20 million players on my site, but I want to choose a web server that is suitable for me.

I am a complete amateur when it comes to hosting a website. I need the minimum specifications for a web server to host my game. Let's say about 12000 users will register to my website and I expect 1000 users to be online at any given time.

Since it's a game you would expect many database transactions and Ajax calls in which speed will prove essential.

So what should I ask for in a web server (processor, storage, bandwidth,...etc.) and their values.

Thanks in advance.

PS: I use PHP (zend framework) on a mysql database + JQuery and CSS3.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Cofer257

1 Comments

Sorted by latest first Latest Oldest Best

 

@Ogunnowo487

Where did you get the 12k registered users and 1k simultaneous users figures from? Is that the amount of traffic you project at launch?

If it is, then you just need to calculate what the average usage pattern is for a typical user (requests per second for different URIs/operations) * 1000, and stress test the server using OpenSTA or some other load testing tool for that level of traffic.

If you're using VPS or cloud hosting, then it'll be easy to scale up to whatever you need when you need it. But short of testing it yourself, there's no way anyone can tell you what resources your app uses for a certain amount of users.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme