Web Hosting Talk







View Full Version : What kind of server can handle this?


kickster
10-18-2004, 12:02 AM
I need a server that can handle 8000 or more people refresh a simple HTML page (20K file) every 40 second.

My current VPS account cant even handle 600 users. What limits a server? is it the cpu or memory? loading a html page should not put much load on CPU!

robdavy
10-18-2004, 12:49 AM
17,280,000 hits a day
345gb a day

That's quite a load...

joshiee
10-18-2004, 12:51 AM
Indeed get ready to fork out some major dollars.

jmcgon
10-18-2004, 02:33 AM
mod_gzip with static html will drop your bandwidth to around 1/5 of the number robdavy gave you with no extra cpu cost.

I think a mid-level server would handle the load.

VapoRub
10-18-2004, 02:54 AM
I think a Dual Xeon 3.06 or Dual Opteron 242+ with 2+ GB ECC Ram and SCSI HDs would handle it. Might also wanna invest in Zeus instead of Apache.

BitError
10-18-2004, 03:50 AM
I'd vote Dual Opteron with a nice raid SCSI setup.

Should be sufficient.

kickster
10-18-2004, 12:01 PM
the traffic rush is only for 2 hours during the game. After that traffic drops to 30 to 100 visitors at any time.

since I only need the server for 2 to 4 hours per month is it possible to rent it for a day or two instead of leasing it!

Is there a provider that offers high end server for a very short duration?

lumbyjj
10-18-2004, 12:07 PM
I don't know of anywhere that will allow you to lease a server for a couple of hours a month. It just wouldn't be worth it to the provider since they would have to either

A. Keep that server reservered for your use every month
B. Reset up a new server for you every month
C. If some one DOES do one of the above options, you'll be paying full price more than likely..

kickster
10-18-2004, 01:21 PM
may be some one who has a fast server can rent me a spot for 2 hours per month! In terms of bandwidth it wont use more than 10 or 20 GB in entire month!

amusive.com
10-18-2004, 01:30 PM
Set up thttpd and you can probably serve that from a low-end P4.

200 requests a second is not that huge, especially if it's static, and especially if it's the same file everyone wants. It'll get cached in RAM and responses will take fractions of a second.