Re: I suspect memory leak !!
From: Dominique (niques_at_webadstudio.com)
Date: 05/20/04
- Next message: Larry Bud: "Re: Unwanted Comma"
- Previous message: Robin: "Re: Adding recordset in List Box"
- In reply to: Newbie: "I suspect memory leak !!"
- Next in thread: Aaron Bertrand - MVP: "Re: I suspect memory leak !!"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 20 May 2004 15:11:08 +0200
one of your COM objects is causing it.
check that you clean up in your classes. ie. close objects and db
connections etc.
and do proper error trapping to avoid endless loops etc.
many instances of dllhost isn't really a problem, but untidy code inside COM
objects will definitely cause them to munch memory
"Newbie" <abc@pqr.com> wrote in message
news:%23a8t5dmPEHA.1620@TK2MSFTNGP12.phx.gbl...
> We have a web application in AS. It also uses COM+ and SQL Server as
> back-end.
>
> Sometimes the size of the dllhost.exe grows unexpectedly. It is such that
we
> restart our IIS/ PWS. Also there is only one instance of dllhost running
> when we restart the webserver but later on we notice more than one
instance
> sometimes.
>
> Please suggest.
>
>
>
>
- Next message: Larry Bud: "Re: Unwanted Comma"
- Previous message: Robin: "Re: Adding recordset in List Box"
- In reply to: Newbie: "I suspect memory leak !!"
- Next in thread: Aaron Bertrand - MVP: "Re: I suspect memory leak !!"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|