Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

W3SVC Restarting ?

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  whahhah some people are stupid  
Author Message
joey

External


Since: Jul 27, 2004
Posts: 4



(Msg. 1) Posted: Thu Nov 11, 2004 2:09 pm
Post subject: W3SVC Restarting ?
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hi. In researching a "HTTP: 500" error, I've noticed in the IIS/W3SVC logs
that the IIS Header banner repeats in various areas throughout the log file.
Does this banner information indicate that the W3SVC has restarted ? If this
is true that may be my http 500 problem since the error messages when they do
occur are following soon after the banner is posted again. My logging is
setup for a daily file to be created.

#Software: Microsoft Internet Information Services 6.0
#Version: 1.0
#Date: 2004-11-09 00:40:05
#Fields: date time s-sitename s-computername s-ip cs-method .....
..
..
..

 >> Stay informed about: W3SVC Restarting ? 
Back to top
Login to vote
jmaltz

External


Since: Aug 22, 2003
Posts: 710



(Msg. 2) Posted: Thu Nov 11, 2004 6:13 pm
Post subject: Re: W3SVC Restarting ? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi,

Yes, the banner means the worker process is restarting. For performance
purposes the worker process shuts down or restarts after a period of idle
time, or heavy usage. It prevents IIS from using excess RAM, etc.

--
--Jonathan Maltz [Microsoft MVP - Windows Server - IIS, Virtual PC]
<a style='text-decoration: underline;' href="http://www.visualwin.com" target="_blank">http://www.visualwin.com</a> - A Windows Server 2003 visual, step-by-step
tutorial site Smile
<a style='text-decoration: underline;' href="http://vpc.visualwin.com" target="_blank">http://vpc.visualwin.com</a> - Does <insert OS name> work on VPC 2004? Find out
here
Only reply by newsgroup. I do not do technical support via email. Any
emails I have not authorized are deleted before I see them.


"Joey" <Joey.DeleteThis@discussions.microsoft.com> wrote in message
news:674ABF5B-262E-4B15-A26B-DA48E78C94D3@microsoft.com...
 > Hi. In researching a "HTTP: 500" error, I've noticed in the IIS/W3SVC
 > logs
 > that the IIS Header banner repeats in various areas throughout the log
 > file.
 > Does this banner information indicate that the W3SVC has restarted ? If
 > this
 > is true that may be my http 500 problem since the error messages when they
 > do
 > occur are following soon after the banner is posted again. My logging is
 > setup for a daily file to be created.
 >
 > #Software: Microsoft Internet Information Services 6.0
 > #Version: 1.0
 > #Date: 2004-11-09 00:40:05
 > #Fields: date time s-sitename s-computername s-ip cs-method .....
 > .
 > .
 > .
 ><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: W3SVC Restarting ? 
Back to top
Login to vote
joey

External


Since: Jul 27, 2004
Posts: 4



(Msg. 3) Posted: Thu Nov 11, 2004 7:44 pm
Post subject: Re: W3SVC Restarting ? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks for the reply Jonathan. Does this mean that connections are going to
be dropped during this restart ? That is what I'm afraid of is happening.
When users pause say for 15-20 minutes, w3svc is recycling & they receive the
error. Joey

"Jonathan Maltz [MS-MVP]" wrote:

 > Hi,
 >
 > Yes, the banner means the worker process is restarting. For performance
 > purposes the worker process shuts down or restarts after a period of idle
 > time, or heavy usage. It prevents IIS from using excess RAM, etc.
 >
 > --
 > --Jonathan Maltz [Microsoft MVP - Windows Server - IIS, Virtual PC]
 > <a style='text-decoration: underline;' href="http://www.visualwin.com" target="_blank">http://www.visualwin.com</a> - A Windows Server 2003 visual, step-by-step
 > tutorial site Smile
 > <a style='text-decoration: underline;' href="http://vpc.visualwin.com" target="_blank">http://vpc.visualwin.com</a> - Does <insert OS name> work on VPC 2004? Find out
 > here
 > Only reply by newsgroup. I do not do technical support via email. Any
 > emails I have not authorized are deleted before I see them.
 >
 >
 > "Joey" <Joey RemoveThis @discussions.microsoft.com> wrote in message
 > news:674ABF5B-262E-4B15-A26B-DA48E78C94D3@microsoft.com...
  > > Hi. In researching a "HTTP: 500" error, I've noticed in the IIS/W3SVC
  > > logs
  > > that the IIS Header banner repeats in various areas throughout the log
  > > file.
  > > Does this banner information indicate that the W3SVC has restarted ? If
  > > this
  > > is true that may be my http 500 problem since the error messages when they
  > > do
  > > occur are following soon after the banner is posted again. My logging is
  > > setup for a daily file to be created.
  > >
  > > #Software: Microsoft Internet Information Services 6.0
  > > #Version: 1.0
  > > #Date: 2004-11-09 00:40:05
  > > #Fields: date time s-sitename s-computername s-ip cs-method .....
  > > .
  > > .
  > > .
  > >
 >
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: W3SVC Restarting ? 
Back to top
Login to vote
qbernard1

External


Since: Dec 23, 2003
Posts: 905



(Msg. 4) Posted: Thu Nov 11, 2004 11:35 pm
Post subject: Re: W3SVC Restarting ? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

by default app ppl auto idle shutdown is 20mins, verify your app pool
performance settings.

--
Regards,
Bernard Cheah
<a style='text-decoration: underline;' href="http://www.tryiis.com/" target="_blank">http://www.tryiis.com/</a>
<a style='text-decoration: underline;' href="http://support.microsoft.com/" target="_blank">http://support.microsoft.com/</a>
<a style='text-decoration: underline;' href="http://www.msmvps.com/bernard/" target="_blank">http://www.msmvps.com/bernard/</a>



"Joey" <Joey DeleteThis @discussions.microsoft.com> wrote in message
news:674ABF5B-262E-4B15-A26B-DA48E78C94D3@microsoft.com...
 > Hi. In researching a "HTTP: 500" error, I've noticed in the IIS/W3SVC
logs
 > that the IIS Header banner repeats in various areas throughout the log
file.
 > Does this banner information indicate that the W3SVC has restarted ? If
this
 > is true that may be my http 500 problem since the error messages when they
do
 > occur are following soon after the banner is posted again. My logging is
 > setup for a daily file to be created.
 >
 > #Software: Microsoft Internet Information Services 6.0
 > #Version: 1.0
 > #Date: 2004-11-09 00:40:05
 > #Fields: date time s-sitename s-computername s-ip cs-method .....
 > .
 > .
 > .
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: W3SVC Restarting ? 
Back to top
Login to vote
joey

External


Since: Jul 27, 2004
Posts: 4



(Msg. 5) Posted: Thu Nov 11, 2004 11:35 pm
Post subject: Re: W3SVC Restarting ? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

thanks Bernard. I'll go review the app pool settings.

"Bernard" wrote:

 > by default app ppl auto idle shutdown is 20mins, verify your app pool
 > performance settings.
 >
 > --
 > Regards,
 > Bernard Cheah
<font color=purple> > <a style='text-decoration: underline;' href="http://www.tryiis.com/</font" target="_blank">http://www.tryiis.com/</font</a>>
<font color=purple> > <a style='text-decoration: underline;' href="http://support.microsoft.com/</font" target="_blank">http://support.microsoft.com/</font</a>>
<font color=purple> > <a style='text-decoration: underline;' href="http://www.msmvps.com/bernard/</font" target="_blank">http://www.msmvps.com/bernard/</font</a>>
 >
 >
 >
 > "Joey" <Joey.DeleteThis@discussions.microsoft.com> wrote in message
 > news:674ABF5B-262E-4B15-A26B-DA48E78C94D3@microsoft.com...
  > > Hi. In researching a "HTTP: 500" error, I've noticed in the IIS/W3SVC
 > logs
  > > that the IIS Header banner repeats in various areas throughout the log
 > file.
  > > Does this banner information indicate that the W3SVC has restarted ? If
 > this
  > > is true that may be my http 500 problem since the error messages when they
 > do
  > > occur are following soon after the banner is posted again. My logging is
  > > setup for a daily file to be created.
  > >
  > > #Software: Microsoft Internet Information Services 6.0
  > > #Version: 1.0
  > > #Date: 2004-11-09 00:40:05
  > > #Fields: date time s-sitename s-computername s-ip cs-method .....
  > > .
  > > .
  > > .
  > >
 >
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: W3SVC Restarting ? 
Back to top
Login to vote
jmaltz

External


Since: Aug 22, 2003
Posts: 710



(Msg. 6) Posted: Thu Nov 11, 2004 11:54 pm
Post subject: Re: W3SVC Restarting ? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Joey,

There's nothing to worry about, IIS moves all of the active connections to
the new process before it kills the old one

--
--Jonathan Maltz [Microsoft MVP - Windows Server - IIS, Virtual PC]
<a style='text-decoration: underline;' href="http://www.visualwin.com" target="_blank">http://www.visualwin.com</a> - A Windows Server 2003 visual, step-by-step
tutorial site Smile
<a style='text-decoration: underline;' href="http://vpc.visualwin.com" target="_blank">http://vpc.visualwin.com</a> - Does <insert OS name> work on VPC 2004? Find out
here
Only reply by newsgroup. I do not do technical support via email. Any
emails I have not authorized are deleted before I see them.


"Joey" <Joey RemoveThis @discussions.microsoft.com> wrote in message
news:2222D124-2A8C-43F7-B1A5-37128480DB2C@microsoft.com...
 > Thanks for the reply Jonathan. Does this mean that connections are going
 > to
 > be dropped during this restart ? That is what I'm afraid of is happening.
 > When users pause say for 15-20 minutes, w3svc is recycling & they receive
 > the
 > error. Joey
 >
 > "Jonathan Maltz [MS-MVP]" wrote:
 >
  >> Hi,
  >>
  >> Yes, the banner means the worker process is restarting. For performance
  >> purposes the worker process shuts down or restarts after a period of idle
  >> time, or heavy usage. It prevents IIS from using excess RAM, etc.
  >>
  >> --
  >> --Jonathan Maltz [Microsoft MVP - Windows Server - IIS, Virtual PC]
  >> <a style='text-decoration: underline;' href="http://www.visualwin.com" target="_blank">http://www.visualwin.com</a> - A Windows Server 2003 visual, step-by-step
  >> tutorial site Smile
  >> <a style='text-decoration: underline;' href="http://vpc.visualwin.com" target="_blank">http://vpc.visualwin.com</a> - Does <insert OS name> work on VPC 2004? Find
  >> out
  >> here
  >> Only reply by newsgroup. I do not do technical support via email. Any
  >> emails I have not authorized are deleted before I see them.
  >>
  >>
  >> "Joey" <Joey RemoveThis @discussions.microsoft.com> wrote in message
  >> news:674ABF5B-262E-4B15-A26B-DA48E78C94D3@microsoft.com...
   >> > Hi. In researching a "HTTP: 500" error, I've noticed in the IIS/W3SVC
   >> > logs
   >> > that the IIS Header banner repeats in various areas throughout the log
   >> > file.
   >> > Does this banner information indicate that the W3SVC has restarted ?
   >> > If
   >> > this
   >> > is true that may be my http 500 problem since the error messages when
   >> > they
   >> > do
   >> > occur are following soon after the banner is posted again. My logging
   >> > is
   >> > setup for a daily file to be created.
   >> >
   >> > #Software: Microsoft Internet Information Services 6.0
   >> > #Version: 1.0
   >> > #Date: 2004-11-09 00:40:05
   >> > #Fields: date time s-sitename s-computername s-ip cs-method .....
   >> > .
   >> > .
   >> > .
   >> >
  >>
  >>
  >><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: W3SVC Restarting ? 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Have to keep restarting IIS - Hello.... I am seeing a issue with my IIS server and ASP pages. I recently brought a new server up. It is running Windows 2003 Web Edition. I have about 125 sites that are on this server. For some reason IIS will still respond but the ASP sites will..

IIS 5.0 keeps restarting - My IIS 5.0 server keeps restarting for some reason. There are no clues in the event logs or the IIS logs. I installed the latest Hot Fix rollup and that didn't help. The restarts have been more frequent in the last 2 weeks. Where should I look next? ...

IIS 5.0 restarting IIS - Good Day, I have a server with three sites. When restarting IIS only the default Web site automatically restarts. How can I automatically restart all the web sites on the box when restarting IIS? Thank you. MC

Restarting IIS - I am running Win 2000. I have an 3rd party application that does web based scanning. Occassionally I have to restart IIS to make the app scan. My question is this....is there any way to have IIS restart on its own at a given time or schedule a..

WWW Service not restarting - I can't restart my WWW services, on two separate systems. "Error 1747: The authentication service is unknown" and no, it's not addresses in the two KB articles that relate to that error code. Let me elaborate: I am the only person with access ...
   Web Hosting and Web Master Forums (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 ]