Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_components thread: dllhost.exe eating memory


Message #1 by "Kevin Pedersen" <kpederse@e...> on Thu, 21 Dec 2000 21:35:18 -0000
Hi, I'm running Win2k SP1. I created a COM dll that creates a collection

from information retrieved from HVAC panels across a TCP/IP connection.

The collection can contain up to 60 elements each with 10 properties.



After clicking from page to page for a while, with each page creating a

new collection and displaying it, my machine will slow right down. When

looking at task manager dllhost is shown using up to 97MB of memory. After

a few warnings about virtual memory the page will finally load and

everything will work fine.



At the end of each page I set each object to nothing. I've checked my C++

code and made sure there are no memory leaks. I'm not sure where to look

next. Any help would be appreciated. Thanks in advance.



Kevin



---

http://www.asptoday.com - the leading site for timely,

in-depth information for ASP developers everywhere.

---

You are currently subscribed to asp_components as: $subst('Recip.EmailAddr')

To unsubscribe send a blank email to leave-asp_components-$subst('Recip.MemberIDChar')@p2p.wrox.com


  Return to Index