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

Dllhost.exe Memory leaks

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  asp pages under medium pooled  
Author Message
rdevereux

External


Since: Apr 22, 2004
Posts: 2



(Msg. 1) Posted: Thu Apr 22, 2004 7:09 am
Post subject: Dllhost.exe Memory leaks
Archived from groups: microsoft>public>inetserver>iis (more info?)

Has anyone got a fix for the Memory leak problems caused
by dllhost.exe when IIS5 is installed on Windows 2000
Server SP4?

All I can find on Technet is an admission that there is
probably a problem but nothing to actually fix it.

Rob

 >> Stay informed about: Dllhost.exe Memory leaks 
Back to top
Login to vote
anonymous131

External


Since: Oct 17, 2003
Posts: 720



(Msg. 2) Posted: Thu Apr 22, 2004 9:12 am
Post subject: Dllhost.exe Memory leaks [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Chances are that the application that you are running
inside the dllhost is causing the memory leak. Look at
your own code to see that objects are cleaned up, etc...

doug

 >-----Original Message-----
 >Has anyone got a fix for the Memory leak problems caused
 >by dllhost.exe when IIS5 is installed on Windows 2000
 >Server SP4?
 >
 >All I can find on Technet is an admission that there is
 >probably a problem but nothing to actually fix it.
 >
 >Rob
 >.
 ><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Dllhost.exe Memory leaks 
Back to top
Login to vote
rdevereux

External


Since: Apr 22, 2004
Posts: 2



(Msg. 3) Posted: Thu Apr 22, 2004 10:08 am
Post subject: Dllhost.exe Memory leaks [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

 >-----Original Message-----
 >Chances are that the application that you are running
 >inside the dllhost is causing the memory leak. Look at
 >your own code to see that objects are cleaned up, etc...
 >

I expect this is the case but unfortunately most of the
code has been inherited and I am not an asp guru. Any
pointers as to what to look for in the code?

Rob<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Dllhost.exe Memory leaks 
Back to top
Login to vote
anonymous131

External


Since: Oct 17, 2003
Posts: 720



(Msg. 4) Posted: Thu Apr 22, 2004 2:03 pm
Post subject: Dllhost.exe Memory leaks [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I would suggest contacting someone who knows ASP and have
them do a code review to make sure all the objects that
are being created are being destroyed...

Even a search at Microsoft will give you some pointers to
good ASP programming...

Maybe even aspfaq.com

doug

 >-----Original Message-----
 >
  >>-----Original Message-----
  >>Chances are that the application that you are running
  >>inside the dllhost is causing the memory leak. Look at
  >>your own code to see that objects are cleaned up, etc...
  >>
 >
 >I expect this is the case but unfortunately most of the
 >code has been inherited and I am not an asp guru. Any
 >pointers as to what to look for in the code?
 >
 >Rob
 >.
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Dllhost.exe Memory leaks 
Back to top
Login to vote
unknown

External


Since: Apr 11, 2004
Posts: 87



(Msg. 5) Posted: Thu Apr 22, 2004 5:42 pm
Post subject: Re: Dllhost.exe Memory leaks [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

If you are finding your IIS server crashing out of the blue and are
trying to figure out the problem(s) it won't hurt to try the following:

If you are running ASP/Access databases try compacting
your Access Databases if the sites that are going off line without notice.
If you use the databases very often that they tend to "Corrupt"
every once in a while. Be very sure that you Compact all of the Databases
that are on the server and for each one that you run the Compact tool on
that you then check the Rights on the file AFTER you run the Compact tool, I
have found that each time I run the tool it resets the IUSR account back to
Read only and if you are allowing some sort of Writing to the database you
need the Write permission. Be sure you get all of the Access databases
because just one bad database can take all the ASP/Access sites offline.

Before you use the Compact tool take note of the size of your database in
Kb's, and when you are done notice that most of your databases will be much
smaller in size, I've had some go from being 1.28 Mb's to 148 Kb's. You
will find the Compact and Repair tool by first having your Access database
open and on the "Tools", then "Database Utilities" tab on your Tool bar, and
then click on the "Compact and Repair Database" and it will run, there is
nothing else to do your done.

Again be sure you find and Compact ALL of the databases and check each one
for their permission after you Compact or you will be hearing from each of
your clients that they have a problem writing to the database.

Also I had a problem at one time with a UPS that was running way out of wack
too, and it was "banging away" at a COM port every second over and over, and
by unloading the software I quickly determined that Energizer UPS does not
work with a Windows 2000 Server, I did notify the Energizer company and they
did inform me that this particular model was not supported on a Windows 2000
IIS Server.

--


Regards,

Carroll
 >> Stay informed about: Dllhost.exe Memory leaks 
Back to top
Login to vote
user675

External


Since: Aug 28, 2003
Posts: 617



(Msg. 6) Posted: Thu Apr 22, 2004 7:02 pm
Post subject: Re: Dllhost.exe Memory leaks [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Thu, 22 Apr 2004 14:42:23 GMT, "Carroll" <unknown.DeleteThis@noplace.com>
wrote:

 >If you are finding your IIS server crashing out of the blue and are
 >trying to figure out the problem(s) it won't hurt to try the following:

< SNIP>

But what if he's NOT using Access databases and he HASN'T got the
exact same UPS that you had installed ?

This cut and paste reply of yours is fast replacing the Rejuvin8 spam
as the most irrelevant post in the group.


Regards,

Paul Lynch
MCSE<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Dllhost.exe Memory leaks 
Back to top
Login to vote
unknown

External


Since: Apr 11, 2004
Posts: 87



(Msg. 7) Posted: Thu Apr 22, 2004 7:02 pm
Post subject: Re: Dllhost.exe Memory leaks [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

But what if the sky falls in? I am only make suggestions to Rob... not you
Paul... so what if?

--


Regards,

Carroll


"Paul Lynch" <paul.lynch.DeleteThis@nospam.com> wrote in message
news:k9nf80p94fkcm6t5rfm7285phca8vgo0n1@4ax.com...
 > On Thu, 22 Apr 2004 14:42:23 GMT, "Carroll" <unknown.DeleteThis@noplace.com>
 > wrote:
 >
  > >If you are finding your IIS server crashing out of the blue and are
  > >trying to figure out the problem(s) it won't hurt to try the following:
 >
 > < SNIP>
 >
 > But what if he's NOT using Access databases and he HASN'T got the
 > exact same UPS that you had installed ?
 >
 > This cut and paste reply of yours is fast replacing the Rejuvin8 spam
 > as the most irrelevant post in the group.
 >
 >
 > Regards,
 >
 > Paul Lynch
 > MCSE<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Dllhost.exe Memory leaks 
Back to top
Login to vote
unknown

External


Since: Apr 11, 2004
Posts: 87



(Msg. 8) Posted: Thu Apr 22, 2004 7:02 pm
Post subject: Re: Dllhost.exe Memory leaks [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Paul... by the way... if you don't like what I have to say... leave it alone
or else I will start posting remarks about your suggestions. Perhaps that's
what you are looking for?

--


Regards,

Carroll


"Paul Lynch" <paul.lynch RemoveThis @nospam.com> wrote in message
news:k9nf80p94fkcm6t5rfm7285phca8vgo0n1@4ax.com...
 > On Thu, 22 Apr 2004 14:42:23 GMT, "Carroll" <unknown RemoveThis @noplace.com>
 > wrote:
 >
  > >If you are finding your IIS server crashing out of the blue and are
  > >trying to figure out the problem(s) it won't hurt to try the following:
 >
 > < SNIP>
 >
 > But what if he's NOT using Access databases and he HASN'T got the
 > exact same UPS that you had installed ?
 >
 > This cut and paste reply of yours is fast replacing the Rejuvin8 spam
 > as the most irrelevant post in the group.
 >
 >
 > Regards,
 >
 > Paul Lynch
 > MCSE<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Dllhost.exe Memory leaks 
Back to top
Login to vote
consultant_mcn

External


Since: Oct 08, 2003
Posts: 200



(Msg. 9) Posted: Thu Apr 22, 2004 7:02 pm
Post subject: Re: Dllhost.exe Memory leaks [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

paul is right, your solution is only pertinent to your environment. who uses
an access backend anyway?


"Paul Lynch" <paul.lynch.DeleteThis@nospam.com> wrote in message
news:k9nf80p94fkcm6t5rfm7285phca8vgo0n1@4ax.com...
 > On Thu, 22 Apr 2004 14:42:23 GMT, "Carroll" <unknown.DeleteThis@noplace.com>
 > wrote:
 >
  > >If you are finding your IIS server crashing out of the blue and are
  > >trying to figure out the problem(s) it won't hurt to try the following:
 >
 > < SNIP>
 >
 > But what if he's NOT using Access databases and he HASN'T got the
 > exact same UPS that you had installed ?
 >
 > This cut and paste reply of yours is fast replacing the Rejuvin8 spam
 > as the most irrelevant post in the group.
 >
 >
 > Regards,
 >
 > Paul Lynch
 > MCSE<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Dllhost.exe Memory leaks 
Back to top
Login to vote
anonymous131

External


Since: Oct 17, 2003
Posts: 720



(Msg. 10) Posted: Thu Apr 22, 2004 7:02 pm
Post subject: Re: Dllhost.exe Memory leaks [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Paul is exactly right. Carroll, would it not be a helluva
lot easier to say, "Are you using Access"? He might
say "Yes, I am one of the 8 people in the world that
actually use Access on a server..." Then you can cut and
paste your answer...

doug
 >-----Original Message-----
 >paul is right, your solution is only pertinent to your
environment. who uses
 >an access backend anyway?
 >
 >
 >"Paul Lynch" <paul.lynch RemoveThis @nospam.com> wrote in message
 >news:k9nf80p94fkcm6t5rfm7285phca8vgo0n1@4ax.com...
  >> On Thu, 22 Apr 2004 14:42:23 GMT, "Carroll"
<unknown RemoveThis @noplace.com>
  >> wrote:
  >>
   >> >If you are finding your IIS server crashing out of
the blue and are
   >> >trying to figure out the problem(s) it won't hurt to
try the following:
  >>
  >> < SNIP>
  >>
  >> But what if he's NOT using Access databases and he
HASN'T got the
  >> exact same UPS that you had installed ?
  >>
  >> This cut and paste reply of yours is fast replacing
the Rejuvin8 spam
  >> as the most irrelevant post in the group.
  >>
  >>
  >> Regards,
  >>
  >> Paul Lynch
  >> MCSE
 >
 >
 >.
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Dllhost.exe Memory leaks 
Back to top
Login to vote
user675

External


Since: Aug 28, 2003
Posts: 617



(Msg. 11) Posted: Thu Apr 22, 2004 10:21 pm
Post subject: Re: Dllhost.exe Memory leaks [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Thu, 22 Apr 2004 15:51:10 GMT, "Carroll" <unknown DeleteThis @noplace.com>
wrote:

 >Paul... by the way... if you don't like what I have to say... leave it alone
 >or else I will start posting remarks about your suggestions. Perhaps that's
 >what you are looking for?

Carroll,

By all means feel free to comment on any post I make. After all,
that's what newsgroups are for. I positively welcome any constructive
criticism you might have and I am always willing to learn from other's
experience and knowledge. And if you think that something I have
posted is technically inaccurate then please don't hesitate to point
this out. I promise I won't take it personally. I'm too old for that.

But if you insist on posting suspect information (such as your
ludicrous and dangerous advice that people delete their IWAM_
accounts) then I will continue to reserve the right to challenge what
you are saying.

However, if (as I suspect) you are looking for a flame war with me,
then I'm afraid you are wasting your time. And I don't think the
vaguely threatening tone in your last comment is going to win you much
support.

Or maybe I'm wrong, maybe everyone does hate me in here Wink


Regards,

Paul Lynch
MCSE<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Dllhost.exe Memory leaks 
Back to top
Login to vote
unknown

External


Since: Apr 11, 2004
Posts: 87



(Msg. 12) Posted: Thu Apr 22, 2004 10:21 pm
Post subject: Re: Dllhost.exe Memory leaks [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Look Paul... I was posting information for Rob, so take your foolishness
elsewhere... If you have constructive information for the original post of
whom ever it may be have fun and post what ever you'd like.... leave my
answers alone and yes I will start having Fun with your answers as well.
You want to be constructive ... be constructive with someone else and don't
waste my time, I will fan your flames.....

--


Regards,

Carroll


"Paul Lynch" <paul.lynch.RemoveThis@nospam.com> wrote in message
news:5j2g80dt229eb2nnisurtk27j289hj3398@4ax.com...
 > On Thu, 22 Apr 2004 15:51:10 GMT, "Carroll" <unknown.RemoveThis@noplace.com>
 > wrote:
 >
  > >Paul... by the way... if you don't like what I have to say... leave it
alone
  > >or else I will start posting remarks about your suggestions. Perhaps
that's
  > >what you are looking for?
 >
 > Carroll,
 >
 > By all means feel free to comment on any post I make. After all,
 > that's what newsgroups are for. I positively welcome any constructive
 > criticism you might have and I am always willing to learn from other's
 > experience and knowledge. And if you think that something I have
 > posted is technically inaccurate then please don't hesitate to point
 > this out. I promise I won't take it personally. I'm too old for that.
 >
 > But if you insist on posting suspect information (such as your
 > ludicrous and dangerous advice that people delete their IWAM_
 > accounts) then I will continue to reserve the right to challenge what
 > you are saying.
 >
 > However, if (as I suspect) you are looking for a flame war with me,
 > then I'm afraid you are wasting your time. And I don't think the
 > vaguely threatening tone in your last comment is going to win you much
 > support.
 >
 > Or maybe I'm wrong, maybe everyone does hate me in here Wink
 >
 >
 > Regards,
 >
 > Paul Lynch
 > MCSE<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Dllhost.exe Memory leaks 
Back to top
Login to vote
unknown

External


Since: Apr 11, 2004
Posts: 87



(Msg. 13) Posted: Fri Apr 23, 2004 3:57 am
Post subject: Re: Dllhost.exe Memory leaks [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I suppose I could... but I suppose if the person read the first line of what
I post it also says... if you are running ASP/Access.... would do just about
the same thing... what do you think? I think I am just stepping on poor
Paulies toes... do ya suppose? He is just upset he did not come across this
first... because it is exactly what the problem is... the database gets
corrupted.... and I am happy to be one of those 8 people... because it works
just fine now that I have pin pointed the darn problem.... and I will
continue to post this each time I see IIS 5 is having a problem where the
server is going off line with no apparent reason.....

Thank you and have a great day Surprised)

--


Regards,

Carroll


"doug" <anonymous.RemoveThis@discussions.microsoft.com> wrote in message
news:2d4001c42893$a99ae220$a601280a@phx.gbl...
 > Paul is exactly right. Carroll, would it not be a helluva
 > lot easier to say, "Are you using Access"? He might
 > say "Yes, I am one of the 8 people in the world that
 > actually use Access on a server..." Then you can cut and
 > paste your answer...
 >
 > doug
  > >-----Original Message-----
  > >paul is right, your solution is only pertinent to your
 > environment. who uses
  > >an access backend anyway?
  > >
  > >
  > >"Paul Lynch" <paul.lynch.RemoveThis@nospam.com> wrote in message
  > >news:k9nf80p94fkcm6t5rfm7285phca8vgo0n1@4ax.com...
   > >> On Thu, 22 Apr 2004 14:42:23 GMT, "Carroll"
 > <unknown.RemoveThis@noplace.com>
   > >> wrote:
   > >>
   > >> >If you are finding your IIS server crashing out of
 > the blue and are
   > >> >trying to figure out the problem(s) it won't hurt to
 > try the following:
   > >>
   > >> < SNIP>
   > >>
   > >> But what if he's NOT using Access databases and he
 > HASN'T got the
   > >> exact same UPS that you had installed ?
   > >>
   > >> This cut and paste reply of yours is fast replacing
 > the Rejuvin8 spam
   > >> as the most irrelevant post in the group.
   > >>
   > >>
   > >> Regards,
   > >>
   > >> Paul Lynch
   > >> MCSE
  > >
  > >
  > >.
  > ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Dllhost.exe Memory leaks 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Memory leaks on web server...how to troubleshoot? - Version: IIS 5 OS: Windows 2000 Server ----------- We have a web server that seems to be slowly eating memory. Everything was really slow today, so we started checking the processor and memory usage on the web server. In the list of processes the..

Dllhost.exe uses all my memory - Hi I'm having a problem with my web server as my dllhost.exe uses up all the available memory on my server. Once it uses around 1 GB of memory the website crashes and I have to reboot or restart IIS. I only run one big site on the server so I know sit...

dllhost.exe using too much memory - Recently some of the web applications I have running on our Win2K server have been failing and it seems to be associated with dllhost.exe I just looked at it now and it is hold 500 Megs worth of memory. If I restart the web publishing service then..

DLLHOST Memory Overload - I have seen many post for this problem, but I am hoping that I might get lucky and get someone who knows a solution. So here goes: I am currently running a website that has many ASP and ASP.NET applications on it. I recently relocated the site to a 2K..

DLLHOST eats up memory - We have a problem on the web server (Windows 2000 - IIS 5.0). One instance of DLLHOST.exe (running under IWAM account) consumes a big chunk of memory (upto 700 MB) and we have to restart IIS services to resolve this problem. I have matched the PID of...
   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 ]