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

IIS6 server take long time to reboot

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  IIS 6.0 logging  
Author Message
ben3

External


Since: Dec 10, 2004
Posts: 5



(Msg. 1) Posted: Mon Feb 28, 2005 11:15 am
Post subject: IIS6 server take long time to reboot
Archived from groups: microsoft>public>inetserver>iis (more info?)

I recently installed a vendor's web application on IIS6 with default
application pools setting, during testing I found it took the server about 20
minutes to get rebooted, if no testing activities it reboots as normal,
further more I found there are many Dllhost.exe processes running under
administrator account, I changed IIS6 to run at IIS5.0 isolation mode, there
are still quite a number of Dllhost.exe processes and reboot still took about
15-20 minutes, the reason could be caused by the Dllhost.exe processes took a
long time to unload, are there any ways to improve? I got some suggestions to
make the application run under system account, if it works how to change?

Thanks!

ben

 >> Stay informed about: IIS6 server take long time to reboot 
Back to top
Login to vote
someone9

External


Since: Aug 25, 2003
Posts: 2419



(Msg. 2) Posted: Mon Feb 28, 2005 1:24 pm
Post subject: Re: IIS6 server take long time to reboot [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

It sounds like you are running web pages that use 3rd party COM components
that are having trouble on shutdown (IIS has no code that runs in
dllhost.exe, so this is unlikely to be an IIS/Windows issue). Please
identify such components that you are using and troubleshoot the dllhost.exe
that is not shutting down -- and get support for those COM components.

Right now, it sounds like the dllhost.exe hangs and waits for the
dllhost.exe timeout/recycle period of 20 minutes before the system can
shutdown.

--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"ben" <ben DeleteThis @discussions.microsoft.com> wrote in message
news:EDFFDC7B-C79C-40F2-B61A-4C99C4F1FAA5@microsoft.com...
I recently installed a vendor's web application on IIS6 with default
application pools setting, during testing I found it took the server about
20
minutes to get rebooted, if no testing activities it reboots as normal,
further more I found there are many Dllhost.exe processes running under
administrator account, I changed IIS6 to run at IIS5.0 isolation mode, there
are still quite a number of Dllhost.exe processes and reboot still took
about
15-20 minutes, the reason could be caused by the Dllhost.exe processes took
a
long time to unload, are there any ways to improve? I got some suggestions
to
make the application run under system account, if it works how to change?

Thanks!

ben

 >> Stay informed about: IIS6 server take long time to reboot 
Back to top
Login to vote
ben3

External


Since: Dec 10, 2004
Posts: 5



(Msg. 3) Posted: Thu Mar 03, 2005 1:11 pm
Post subject: Re: IIS6 server take long time to reboot [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

thanks, david.

but does iis5 isolation mode will use dllhost.exe for all applications?

ben


"David Wang [Msft]" wrote:

 > It sounds like you are running web pages that use 3rd party COM components
 > that are having trouble on shutdown (IIS has no code that runs in
 > dllhost.exe, so this is unlikely to be an IIS/Windows issue). Please
 > identify such components that you are using and troubleshoot the dllhost.exe
 > that is not shutting down -- and get support for those COM components.
 >
 > Right now, it sounds like the dllhost.exe hangs and waits for the
 > dllhost.exe timeout/recycle period of 20 minutes before the system can
 > shutdown.
 >
 > --
 > //David
 > IIS
<font color=purple> > <a style='text-decoration: underline;' href="http://blogs.msdn.com/David.Wang</font" target="_blank">http://blogs.msdn.com/David.Wang</font</a>>
 > This posting is provided "AS IS" with no warranties, and confers no rights.
 > //
 > "ben" <ben.RemoveThis@discussions.microsoft.com> wrote in message
 > news:EDFFDC7B-C79C-40F2-B61A-4C99C4F1FAA5@microsoft.com...
 > I recently installed a vendor's web application on IIS6 with default
 > application pools setting, during testing I found it took the server about
 > 20
 > minutes to get rebooted, if no testing activities it reboots as normal,
 > further more I found there are many Dllhost.exe processes running under
 > administrator account, I changed IIS6 to run at IIS5.0 isolation mode, there
 > are still quite a number of Dllhost.exe processes and reboot still took
 > about
 > 15-20 minutes, the reason could be caused by the Dllhost.exe processes took
 > a
 > long time to unload, are there any ways to improve? I got some suggestions
 > to
 > make the application run under system account, if it works how to change?
 >
 > Thanks!
 >
 > ben
 >
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: IIS6 server take long time to reboot 
Back to top
Login to vote
someone9

External


Since: Aug 25, 2003
Posts: 2419



(Msg. 4) Posted: Thu Mar 03, 2005 10:08 pm
Post subject: Re: IIS6 server take long time to reboot [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

No, IIS5 uses dllhost.exe only for medium/high isolation applications.

At this point, it sounds like you have a hanging COM component regardless of
IIS mode. You really need to get support from the vendor for their
application, starting with whether they support IIS6 and if so, how to
configure.

--
//David
IIS
<a style='text-decoration: underline;' href="http://blogs.msdn.com/David.Wang" target="_blank">http://blogs.msdn.com/David.Wang</a>
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"ben" <ben.TakeThisOut@discussions.microsoft.com> wrote in message
news:B56C3C01-4C87-4A64-8E67-D28F4DBA5B4E@microsoft.com...
thanks, david.

but does iis5 isolation mode will use dllhost.exe for all applications?

ben


"David Wang [Msft]" wrote:

 > It sounds like you are running web pages that use 3rd party COM components
 > that are having trouble on shutdown (IIS has no code that runs in
 > dllhost.exe, so this is unlikely to be an IIS/Windows issue). Please
 > identify such components that you are using and troubleshoot the
dllhost.exe
 > that is not shutting down -- and get support for those COM components.
 >
 > Right now, it sounds like the dllhost.exe hangs and waits for the
 > dllhost.exe timeout/recycle period of 20 minutes before the system can
 > shutdown.
 >
 > --
 > //David
 > IIS
<font color=purple> > <a style='text-decoration: underline;' href="http://blogs.msdn.com/David.Wang</font" target="_blank">http://blogs.msdn.com/David.Wang</font</a>>
 > This posting is provided "AS IS" with no warranties, and confers no
rights.
 > //
 > "ben" <ben.TakeThisOut@discussions.microsoft.com> wrote in message
 > news:EDFFDC7B-C79C-40F2-B61A-4C99C4F1FAA5@microsoft.com...
 > I recently installed a vendor's web application on IIS6 with default
 > application pools setting, during testing I found it took the server about
 > 20
 > minutes to get rebooted, if no testing activities it reboots as normal,
 > further more I found there are many Dllhost.exe processes running under
 > administrator account, I changed IIS6 to run at IIS5.0 isolation mode,
there
 > are still quite a number of Dllhost.exe processes and reboot still took
 > about
 > 15-20 minutes, the reason could be caused by the Dllhost.exe processes
took
 > a
 > long time to unload, are there any ways to improve? I got some suggestions
 > to
 > make the application run under system account, if it works how to change?
 >
 > Thanks!
 >
 > ben
 >
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: IIS6 server take long time to reboot 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
IIS taking long time to open any web page - I have IIS 5.0 and .Net framework on a windows 2000 pc. I was able to open both html and aspx (asp.net) web pages before, no problems. Now, the browser is taking a long time to open even though the web site set up in PWS has started and IIS services....

test how long time it takes to load the first page on our .. - Hello, How can I test how long time it takes for our IIS to load our home site?? Is thier any software I can use?? // Kenneth

w3wp.exe looses pages on running Queries for long time. - I have an ASP.NET application running on Windows 2003 server. The application basically parses large files and loads into an Sql database. I am using SQL server 2000. The problem is that after I trigger the loading process in some time I get the error..

IIS Hangs and can only restart with reboot of server - Hi All, We have an IIS server here which houses numerous Departmental Web Sites. We have noticed that IIS Hangs each night and will not respond to a Stop / Start of the Service, instead the only way to get IIS to restart is by rebooting the server. Just...

IIS6 wrong log time - HI, If I look in my IIS log I can see that IIS log the wrong time. Example now we are october 23 18:23 PM. I can found in the IIS6 log meny entries after my curent time like 2003-10-23 22:27:30 .................... Why?
   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 ]