0

Possible Duplicate:
How do you do Load Testing and Capacity Planning for Web Sites

I am trying to set up a small webserver using the AMD APU E-350 Dual Core @1.6GHz. I wish to know if it is a good option to go with for a server receiving almost like 500 visitors a day and at max, 25 simultaneous requests.

In all, the system will have a 4GB RAM, 60GB SSD and a gigagbit ethernet port.

Also, please suggest me a very lightweight linux OS and a web server for this configuration.

Thanks in advance.

DarkBlade
  • 3
  • 1

1 Answers1

1

Depends on what you are serving, if it's just static files and only 500 visitors a day with a couple of requests each you can likely get away with pretty obsolete hardware. If the requests you are serving do heavy computation before serving the resulting page to the user you may want to look at other hardware. What you are serving as well as the number of concurrent requests is what is going to dictate your hardware and network needs.

I tend to use nginx for web serving on Debian or Ubuntu.

shannonman
  • 126
  • 2