Hi, I run a small IIS 5.0 webserver out of my basement on my cable
connection (60K/sec upload). The specs are:

Dual P3 800 CPU's
512MB RDRAM
16GB SCSI HD

Normally my site gets around 400 hits a day, but something happened
today that caused this number to jump dramatically. I'm now getting 400
hits every 10 minutes. Because of this, people are having problems
connecting to the website. The message "Connecting to www.blahblah.com"
comes up and nothing happens. If you keep pressing reload over and
over, eventually the page will load up. I am able to log into my other
computers on my home network, so I'm pretty sure it's not a bandwidth
issue. I've changed some IIS settings to allow it to use maximum memory
and have this website exist in its own space.

These measures haven't help at all, and I need a bit of advice. Again,
I'm just serving a very simple text only HTML page and my server is
having big problems handling the traffic.

Thanks for any suggestions,

Gary.

Re: Urgent Performance Help by param

param
Fri Mar 11 22:49:53 CST 2005

Have you tried testing the site locally on the local network when the
problem occurs to see if IIS is serving the pages?


"Gary Nastrasio" <garynastrasio@hotmail.com> wrote in message
news:%23zNSRSoJFHA.2936@TK2MSFTNGP15.phx.gbl...
> Hi, I run a small IIS 5.0 webserver out of my basement on my cable
> connection (60K/sec upload). The specs are:
>
> Dual P3 800 CPU's
> 512MB RDRAM
> 16GB SCSI HD
>
> Normally my site gets around 400 hits a day, but something happened today
> that caused this number to jump dramatically. I'm now getting 400 hits
> every 10 minutes. Because of this, people are having problems connecting
> to the website. The message "Connecting to www.blahblah.com" comes up and
> nothing happens. If you keep pressing reload over and over, eventually
> the page will load up. I am able to log into my other computers on my
> home network, so I'm pretty sure it's not a bandwidth issue. I've changed
> some IIS settings to allow it to use maximum memory and have this website
> exist in its own space.
>
> These measures haven't help at all, and I need a bit of advice. Again,
> I'm just serving a very simple text only HTML page and my server is having
> big problems handling the traffic.
>
> Thanks for any suggestions,
>
> Gary.



Re: Urgent Performance Help by jeff

jeff
Fri Mar 11 23:20:08 CST 2005

On Fri, 11 Mar 2005 16:53:57 -0500, Gary Nastrasio
<garynastrasio@hotmail.com> wrote:

>Hi, I run a small IIS 5.0 webserver out of my basement on my cable
>connection (60K/sec upload). The specs are:
>
>Dual P3 800 CPU's
>512MB RDRAM
>16GB SCSI HD
>
>Normally my site gets around 400 hits a day, but something happened
>today that caused this number to jump dramatically. I'm now getting 400
>hits every 10 minutes. Because of this, people are having problems
>connecting to the website. The message "Connecting to www.blahblah.com"
>comes up and nothing happens. If you keep pressing reload over and
>over, eventually the page will load up. I am able to log into my other
>computers on my home network, so I'm pretty sure it's not a bandwidth
>issue. I've changed some IIS settings to allow it to use maximum memory
>and have this website exist in its own space.
>
>These measures haven't help at all, and I need a bit of advice. Again,
>I'm just serving a very simple text only HTML page and my server is
>having big problems handling the traffic.

Might start by asking why you're getting so much extra traffic. Could
be all of them are malformed headers and you're suffering a denial of
service. Check your IIS logs and your firewall logs for clues.

Jeff

Re: Urgent Performance Help by Ken

Ken
Sat Mar 12 07:24:06 CST 2005

I would suggest that your outbound bandwidth (I assume that's 60 kilobytes /
second) is being completely saturated. That's only 10-12 remote users on
dial-up, and less if they are on broadband.

You can probably connect fine across the local area network, because the
server is not under any load and your local area network connection
(probably 10 or 100 megabits) is not saturated at all. With the server that
you have, the server itself is not going to be unduly burdened - you should
be able to service hundreds of requests a second with the hardware you have
(if the pages are simple HTML, or simple ASP pages).

Cheers
Ken

"Gary Nastrasio" <garynastrasio@hotmail.com> wrote in message
news:%23zNSRSoJFHA.2936@TK2MSFTNGP15.phx.gbl...
: Hi, I run a small IIS 5.0 webserver out of my basement on my cable
: connection (60K/sec upload). The specs are:
:
: Dual P3 800 CPU's
: 512MB RDRAM
: 16GB SCSI HD
:
: Normally my site gets around 400 hits a day, but something happened
: today that caused this number to jump dramatically. I'm now getting 400
: hits every 10 minutes. Because of this, people are having problems
: connecting to the website. The message "Connecting to www.blahblah.com"
: comes up and nothing happens. If you keep pressing reload over and
: over, eventually the page will load up. I am able to log into my other
: computers on my home network, so I'm pretty sure it's not a bandwidth
: issue. I've changed some IIS settings to allow it to use maximum memory
: and have this website exist in its own space.
:
: These measures haven't help at all, and I need a bit of advice. Again,
: I'm just serving a very simple text only HTML page and my server is
: having big problems handling the traffic.
:
: Thanks for any suggestions,
:
: Gary.