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

Multiple copies of dllhost???

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  FTP Setup  
Author Message
yabbadoogoaway

External


Since: Jan 17, 2004
Posts: 5



(Msg. 1) Posted: Mon Jan 19, 2004 1:22 am
Post subject: Multiple copies of dllhost???
Archived from groups: microsoft>public>inetserver>iis (more info?)

I am running 2 separate w2000 servers with identical files for backup. While
the files are identical (updated nightly) the iis was set up manually on each
so there could be some differences there but they are not obvious. Each server
has 9 operating websites.

The problem is that one server is using more memory.

I think I have tracked the problem down but not a solution. With reference to
the task manager... Server1 has 1 DLLHOST.EXE for the IWAM_SERVERNAME while
Server2 has many... and they continue to add with the resulting loss of free
memory.

The only way to clear these it to restart IIS. Server1 seems to be sharing the
DLLHOST.EXE IWAM_SERVERNAME while Server2 seems to create a new one for each
website as soon as a hit is made on global.asa.

Why is one server sharing and the other not?

Is this really the problem or am I missing something?

Any info or pointers appreciated.

 >> Stay informed about: Multiple copies of dllhost??? 
Back to top
Login to vote
kenremove

External


Since: Aug 23, 2003
Posts: 3041



(Msg. 2) Posted: Mon Jan 19, 2004 9:20 pm
Post subject: Re: Multiple copies of dllhost??? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Check what the application isolation level is for each website.

If they are set to High isolation, then each website will run in it's own
dllhost.exe, but if one website has a problem (eg memory leak or whatever),
then only that website will be affected.

If they are set to Medium Isolation, then there will be one dllhost.exe, and
all websites will run in that process (but they are still isolated from IIS
itself, which runs in inetinfo.exe, so a website crashing can't bring down
IIS itself)

Cheers
Ken

"yabba" <yabbadooGOAWAYSPAM.TakeThisOut@bigfoot.com> wrote in message
news:eTKecSl3DHA.2460@TK2MSFTNGP10.phx.gbl...
: I am running 2 separate w2000 servers with identical files for backup.
While
: the files are identical (updated nightly) the iis was set up manually on
each
: so there could be some differences there but they are not obvious. Each
server
: has 9 operating websites.
:
: The problem is that one server is using more memory.
:
: I think I have tracked the problem down but not a solution. With reference
to
: the task manager... Server1 has 1 DLLHOST.EXE for the IWAM_SERVERNAME
while
: Server2 has many... and they continue to add with the resulting loss of
free
: memory.
:
: The only way to clear these it to restart IIS. Server1 seems to be sharing
the
: DLLHOST.EXE IWAM_SERVERNAME while Server2 seems to create a new one for
each
: website as soon as a hit is made on global.asa.
:
: Why is one server sharing and the other not?
:
: Is this really the problem or am I missing something?
:
: Any info or pointers appreciated.
:
:
:
:

 >> Stay informed about: Multiple copies of dllhost??? 
Back to top
Login to vote
yabbadoogoaway

External


Since: Jan 17, 2004
Posts: 5



(Msg. 3) Posted: Mon Jan 19, 2004 9:20 pm
Post subject: Re: Multiple copies of dllhost??? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks Ken...

Isolation level??? Is that the same as "Application Protection" in the iis
manager? I see 3 levels there... low/medium/high

In article <#ki5wyl3DHA.1752@tk2msftngp13.phx.gbl>,
kenREMOVE DeleteThis @THISadOpenStatic.com says...
 >
 >Check what the application isolation level is for each website.
 >
 >If they are set to High isolation, then each website will run in it's own
 >dllhost.exe, but if one website has a problem (eg memory leak or whatever),
 >then only that website will be affected.
 >
 >If they are set to Medium Isolation, then there will be one dllhost.exe, and
 >all websites will run in that process (but they are still isolated from IIS
 >itself, which runs in inetinfo.exe, so a website crashing can't bring down
 >IIS itself)
 >
 >Cheers
 >Ken
 >
 >"yabba" <yabbadooGOAWAYSPAM DeleteThis @bigfoot.com> wrote in message
 >news:eTKecSl3DHA.2460@TK2MSFTNGP10.phx.gbl...
 >: I am running 2 separate w2000 servers with identical files for backup.
 >While
 >: the files are identical (updated nightly) the iis was set up manually on
 >each
 >: so there could be some differences there but they are not obvious. Each
 >server
 >: has 9 operating websites.
 >:
 >: The problem is that one server is using more memory.
 >:
 >: I think I have tracked the problem down but not a solution. With reference
 >to
 >: the task manager... Server1 has 1 DLLHOST.EXE for the IWAM_SERVERNAME
 >while
 >: Server2 has many... and they continue to add with the resulting loss of
 >free
 >: memory.
 >:
 >: The only way to clear these it to restart IIS. Server1 seems to be sharing
 >the
 >: DLLHOST.EXE IWAM_SERVERNAME while Server2 seems to create a new one for
 >each
 >: website as soon as a hit is made on global.asa.
 >:
 >: Why is one server sharing and the other not?
 >:
 >: Is this really the problem or am I missing something?
 >:
 >: Any info or pointers appreciated.
 >:
 >:
 >:
 >:
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Multiple copies of dllhost??? 
Back to top
Login to vote
user641

External


Since: Aug 22, 2003
Posts: 1637



(Msg. 4) Posted: Mon Jan 19, 2004 9:20 pm
Post subject: Re: Multiple copies of dllhost??? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"yabba" <yabbadooGOAWAYSPAM DeleteThis @bigfoot.com> wrote in message
news:eEb4Dtm3DHA.1720@TK2MSFTNGP10.phx.gbl...
 > Thanks Ken...
 >
 > Isolation level??? Is that the same as "Application Protection" in the iis
 > manager? I see 3 levels there... low/medium/high

Yes.

--
Tom Kaminski IIS MVP
<a style='text-decoration: underline;' href="http://www.iistoolshed.com/" target="_blank">http://www.iistoolshed.com/</a> - tools, scripts, and utilities for running IIS
<a style='text-decoration: underline;' href="http://mvp.support.microsoft.com/" target="_blank">http://mvp.support.microsoft.com/</a>
<a style='text-decoration: underline;' href="http://www.microsoft.com/windowsserver2003/community/centers/iis/" target="_blank">http://www.microsoft.com/windowsserver2003/community/centers/iis/</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Multiple copies of dllhost??? 
Back to top
Login to vote
kenremove

External


Since: Aug 23, 2003
Posts: 3041



(Msg. 5) Posted: Tue Jan 20, 2004 2:40 pm
Post subject: Re: Multiple copies of dllhost??? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Yes.

Check what "application protection" leve each website is running under. All
sites running in "Medium" will run in the same dllhost.exe (there will be
one dllhost.exe for all the sites). Sites running under "High" will have a
separate dllhost.exe

Cheers
Ken

"yabba" <yabbadooGOAWAYSPAM RemoveThis @bigfoot.com> wrote in message
news:eEb4Dtm3DHA.1720@TK2MSFTNGP10.phx.gbl...
: Thanks Ken...
:
: Isolation level??? Is that the same as "Application Protection" in the iis
: manager? I see 3 levels there... low/medium/high
:
: In article <#ki5wyl3DHA.1752@tk2msftngp13.phx.gbl>,
: kenREMOVE RemoveThis @THISadOpenStatic.com says...
: >
: >Check what the application isolation level is for each website.
: >
: >If they are set to High isolation, then each website will run in it's own
: >dllhost.exe, but if one website has a problem (eg memory leak or
whatever),
: >then only that website will be affected.
: >
: >If they are set to Medium Isolation, then there will be one dllhost.exe,
and
: >all websites will run in that process (but they are still isolated from
IIS
: >itself, which runs in inetinfo.exe, so a website crashing can't bring
down
: >IIS itself)
: >
: >Cheers
: >Ken
: >
: >"yabba" <yabbadooGOAWAYSPAM RemoveThis @bigfoot.com> wrote in message
: >news:eTKecSl3DHA.2460@TK2MSFTNGP10.phx.gbl...
: >: I am running 2 separate w2000 servers with identical files for backup.
: >While
: >: the files are identical (updated nightly) the iis was set up manually
on
: >each
: >: so there could be some differences there but they are not obvious. Each
: >server
: >: has 9 operating websites.
: >:
: >: The problem is that one server is using more memory.
: >:
: >: I think I have tracked the problem down but not a solution. With
reference
: >to
: >: the task manager... Server1 has 1 DLLHOST.EXE for the IWAM_SERVERNAME
: >while
: >: Server2 has many... and they continue to add with the resulting loss of
: >free
: >: memory.
: >:
: >: The only way to clear these it to restart IIS. Server1 seems to be
sharing
: >the
: >: DLLHOST.EXE IWAM_SERVERNAME while Server2 seems to create a new one for
: >each
: >: website as soon as a hit is made on global.asa.
: >:
: >: Why is one server sharing and the other not?
: >:
: >: Is this really the problem or am I missing something?
: >:
: >: Any info or pointers appreciated.
: >:
: >:
: >:
: >:
: >
: >
:
 >> Stay informed about: Multiple copies of dllhost??? 
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 ]