I am planing to buy this dedicated server:

Dual Core ATOM 4GB RAM 1.5TB HDD

Will this be ok to run lets say a php website with about 5.000 unique visitors / day ?

link|improve this question
1  
There is no way we can answer your question without more information, what sort of data is your site serving, is it High Definition media or text files, what will they be doing on your site, how long will they be there. It's like saying, is this car going to be good enough for my needs, it needs to fit 4 people in it. – Sam Mar 15 '11 at 11:59
feedback

closed as not a real question by SvenW, Sam, MDMarra, jscott, Jason Berg Mar 15 '11 at 12:24

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

1 Answer

While the hardware specs of your server are a limiting factor for your applicaiton, you cannot simply use them to calculate a number of visitors. The number of visitors your server will be able to handle will depend on your choice of web server, application coding, database engine, and caching.

In order to determine how many visitors your server could handle you would first need to benchmark your applicaiton in its current environment.

link|improve this answer
Lets say that i run a simple wordpress application with 10 000 pageviews/day. Also i will run apache or nginx, mysql5 and php5.3 – keepwalking Mar 15 '11 at 12:16
5000 unique visitors a day averages out to about one every 20 seconds, or about one every 10 seconds if it only serves one side of the globe. If it's just a blog site, you'll have no problem. – Hyppy Mar 15 '11 at 12:25
Hmmm ... how about a forum ? Lets say vbulletin with about 20 000 pageviews/day ... will the website be laggy ? – keepwalking Mar 15 '11 at 12:53
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.