Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

IIS services must be stopped periodically to speed up inte..

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  IISstate logfile analysis needed :)  
Author Message
markm75c

External


Since: Jun 13, 2004
Posts: 4



(Msg. 1) Posted: Mon Sep 27, 2004 10:07 am
Post subject: IIS services must be stopped periodically to speed up internet connection
Archived from groups: microsoft>public>inetserver>iis (more info?)

I have an odd problem with IIS 6.0 and 2003 windows server. For some
reason, at random intervals, my IIS services bogs down the internet
connection to literally a crawl (on a cable modem). Where I would
normally be around 3000 kbps, the connection drops to as low as 50
kbps!

I can't seem to determine what it is about IIS that is doing this.
I've tried removing services and reinstalling. I've also tried
reinstalling the whole OS and re-setting up my web pages as well. I
know that noone is hitting my web site when this is occuring, so I
dont know how the content I am using could be the issue.

Has anyone else experienced this lag/slowdown/bogging of the internet
connection issue. I also have comcast as a service provider. I am
also running DNS to resolve my IP into my Internic registered name as
well. (I have two zones, one for mydomain.local and the other for
mydomain.net.

Thanks,

Mark

 >> Stay informed about: IIS services must be stopped periodically to speed up inte.. 
Back to top
Login to vote
someone9

External


Since: Aug 25, 2003
Posts: 2419



(Msg. 2) Posted: Tue Sep 28, 2004 11:23 pm
Post subject: Re: IIS services must be stopped periodically to speed up internet connection [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Under normal operations, IIS would only affect your upstream bandwidth (it
is serving resources to a remote client). This is the unmentioned bandwidth
number when it comes to home broadband has nothing to do with the 3000 kbps
value.

If you see your 3000 downstream bandwidth (your computer retrieving
resources from somewhere else) being drained, I'd start looking for any
trojan/warez program on your machine which is making outbound connections
and using your 3000 kbps download bandwidth.

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Mark" <markm75c.RemoveThis@msn.com> wrote in message
news:d2ebaae0.0409270607.7f4adc04@posting.google.com...
I have an odd problem with IIS 6.0 and 2003 windows server. For some
reason, at random intervals, my IIS services bogs down the internet
connection to literally a crawl (on a cable modem). Where I would
normally be around 3000 kbps, the connection drops to as low as 50
kbps!

I can't seem to determine what it is about IIS that is doing this.
I've tried removing services and reinstalling. I've also tried
reinstalling the whole OS and re-setting up my web pages as well. I
know that noone is hitting my web site when this is occuring, so I
dont know how the content I am using could be the issue.

Has anyone else experienced this lag/slowdown/bogging of the internet
connection issue. I also have comcast as a service provider. I am
also running DNS to resolve my IP into my Internic registered name as
well. (I have two zones, one for mydomain.local and the other for
mydomain.net.

Thanks,

Mark

 >> Stay informed about: IIS services must be stopped periodically to speed up inte.. 
Back to top
Login to vote
markm75c

External


Since: Jun 13, 2004
Posts: 4



(Msg. 3) Posted: Wed Sep 29, 2004 10:18 am
Post subject: Re: IIS services must be stopped periodically to speed up internet connection [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I checked for those things, though the real issue seemed to have been
"rapid fail" protection under the health tab on the props for the
default application pool. If I turn it off.. then the problem so far
hasnt come back. Rapid fail was set to 5 min intervals, which matched
how frequently the slowdowns would begin (then stop 3 mins later).

Not sure why this would affect things though.

Mark













"David Wang [Msft]" <someone RemoveThis @online.microsoft.com> wrote in message news:<eRS43VdpEHA.3900 RemoveThis @TK2MSFTNGP10.phx.gbl>...
 > Under normal operations, IIS would only affect your upstream bandwidth (it
 > is serving resources to a remote client). This is the unmentioned bandwidth
 > number when it comes to home broadband has nothing to do with the 3000 kbps
 > value.
 >
 > If you see your 3000 downstream bandwidth (your computer retrieving
 > resources from somewhere else) being drained, I'd start looking for any
 > trojan/warez program on your machine which is making outbound connections
 > and using your 3000 kbps download bandwidth.
 >
 > --
 > //David
 > IIS
 > This posting is provided "AS IS" with no warranties, and confers no rights.
 > //
 > "Mark" <markm75c RemoveThis @msn.com> wrote in message
 > news:d2ebaae0.0409270607.7f4adc04@posting.google.com...
 > I have an odd problem with IIS 6.0 and 2003 windows server. For some
 > reason, at random intervals, my IIS services bogs down the internet
 > connection to literally a crawl (on a cable modem). Where I would
 > normally be around 3000 kbps, the connection drops to as low as 50
 > kbps!
 >
 > I can't seem to determine what it is about IIS that is doing this.
 > I've tried removing services and reinstalling. I've also tried
 > reinstalling the whole OS and re-setting up my web pages as well. I
 > know that noone is hitting my web site when this is occuring, so I
 > dont know how the content I am using could be the issue.
 >
 > Has anyone else experienced this lag/slowdown/bogging of the internet
 > connection issue. I also have comcast as a service provider. I am
 > also running DNS to resolve my IP into my Internic registered name as
 > well. (I have two zones, one for mydomain.local and the other for
 > mydomain.net.
 >
 > Thanks,
 >
 > Mark<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: IIS services must be stopped periodically to speed up inte.. 
Back to top
Login to vote
someone9

External


Since: Aug 25, 2003
Posts: 2419



(Msg. 4) Posted: Wed Sep 29, 2004 6:55 pm
Post subject: Re: IIS services must be stopped periodically to speed up internet connection [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Rapid Fail" indicates that crashes are happening on your server when trying
to service a request.

It should not affect downstream bandwidth in any way at all... unless you
are running a rogue web application that is making requests to external
machines. IIS consumes upstream bandwidth, which is separate from what you
observe when you browse the web.

I honestly think that you are seeing something else that is wrong on your
server. IIS's behavior is just a messenger.

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Mark" <markm75c.RemoveThis@msn.com> wrote in message
news:d2ebaae0.0409290618.2cc4ab33@posting.google.com...
I checked for those things, though the real issue seemed to have been
"rapid fail" protection under the health tab on the props for the
default application pool. If I turn it off.. then the problem so far
hasnt come back. Rapid fail was set to 5 min intervals, which matched
how frequently the slowdowns would begin (then stop 3 mins later).

Not sure why this would affect things though.

Mark













"David Wang [Msft]" <someone.RemoveThis@online.microsoft.com> wrote in message
news:<eRS43VdpEHA.3900.RemoveThis@TK2MSFTNGP10.phx.gbl>...
 > Under normal operations, IIS would only affect your upstream bandwidth (it
 > is serving resources to a remote client). This is the unmentioned
bandwidth
 > number when it comes to home broadband has nothing to do with the 3000
kbps
 > value.
 >
 > If you see your 3000 downstream bandwidth (your computer retrieving
 > resources from somewhere else) being drained, I'd start looking for any
 > trojan/warez program on your machine which is making outbound connections
 > and using your 3000 kbps download bandwidth.
 >
 > --
 > //David
 > IIS
 > This posting is provided "AS IS" with no warranties, and confers no
rights.
 > //
 > "Mark" <markm75c.RemoveThis@msn.com> wrote in message
 > news:d2ebaae0.0409270607.7f4adc04@posting.google.com...
 > I have an odd problem with IIS 6.0 and 2003 windows server. For some
 > reason, at random intervals, my IIS services bogs down the internet
 > connection to literally a crawl (on a cable modem). Where I would
 > normally be around 3000 kbps, the connection drops to as low as 50
 > kbps!
 >
 > I can't seem to determine what it is about IIS that is doing this.
 > I've tried removing services and reinstalling. I've also tried
 > reinstalling the whole OS and re-setting up my web pages as well. I
 > know that noone is hitting my web site when this is occuring, so I
 > dont know how the content I am using could be the issue.
 >
 > Has anyone else experienced this lag/slowdown/bogging of the internet
 > connection issue. I also have comcast as a service provider. I am
 > also running DNS to resolve my IP into my Internic registered name as
 > well. (I have two zones, one for mydomain.local and the other for
 > mydomain.net.
 >
 > Thanks,
 >
 > Mark<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: IIS services must be stopped periodically to speed up inte.. 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]