-3

We are planning give an iframe from our server to the site which daily visitor 500k. What do you think about how much do we need system resource such as bandwidth and RAM.

Thanks

cyildirim
  • 101
  • 1

1 Answers1

1

Unfortunatley it's not as easy as that. It all depends what's being run on the page / what webserver you're using etc. If it's only text, you really wont need much at all running ngix.

However if it's all dynamic content, it might need lots for mysql etc.

Can you go in to a bit more detail?

MissCoder87
  • 415
  • 2
  • 4
  • 14
  • İframe contains the searchbox which has datepicker and city autocomplete. We are using all web borwser. We use a lotof mysql because autocomplete connect with mysql. – cyildirim Apr 23 '12 at 14:15
  • The answer is that given the information there is no answer. You'd have to test what the actual load is on the server because the application's architecture will determine how it uses resources. Even if you had numbers on how many users there are or what the database is that is used...if you have crap queries, it can tax the server more than if you have properly refined searches (for example.) Bottom line: YOU NEED TO LOAD TEST UNDER NEAR-ACTUAL USE CONDITIONS and get benchmarks. – Bart Silverstrim Apr 23 '12 at 14:34
  • ^ what he said ^ – MissCoder87 Apr 23 '12 at 14:35
  • We use VDS With 2 GB RAM and 6GB/Montly. We trust our queries because this queries is not complex.if you are more information please write What i need for test my server or How can i do it. – cyildirim Apr 23 '12 at 14:41
  • Server's Physical Memory used %99. Swap %29 – cyildirim Apr 23 '12 at 15:04