Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Contantly growing DLL

Status
Not open for further replies.

oricteropo

IS-IT--Management
Mar 7, 2003
29
US
I wrote a custom DLL which calls another custom DLL. I couldn't register these DLL's in COM+ because for some reason it failed when multiple users tried to access it. When I registered these same DLL's through the command line everything was working fine and multiple users could access the pages.
The problem is that the amount of memory that the DLL takes up is contantly growing. When more users are logged on the memory that the component takes up is more. But even when all of the users log of the component is still larger then it was when it was first registered.
I have have scoured my code and I cannot find anything indicating a memory leak. Is there any other possible explaination for this behavior?
 
if there are any Jet tables in ANY object, it will expand with every record change activity.




MichaelRed
m.red@att.net

Searching for employment in all the wrong places
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top