Board index » delphi » delphi, COM+, ADO... memory leak?
Zed
![]() Delphi Developer |
delphi, COM+, ADO... memory leak?2006-07-06 04:42:18 AM delphi166 hi there, i'm facing an annoying problem here... while using the COM+ dlls we developed, Windows task manager shows the memory usage of dllhost.exe growing indefinitively... ok, i know task manager is not a leak detector tool, but i can't explain to my supervisor why the process memory behaves like that... sometimes the amount of memory reaches 1GB!!! then the process has to be restarted manually... unfortunately we can not use WinXP, Win2K3 automatic recycling option, 'cause most of our clients use Win2K... i've used memproof, memcheck and aqtime and found no memory leaks in routines we are responsible for. could this leak (if it is a leak) happens on ADO routines? COM+ routines? could it be a resource usage problem? I am completely lost... :o( anyone has any idea, suggestion, hints? anything is valid... don't be shy... if you need more information ask me... TIA, Zed |