oricteropo
IS-IT--Management
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 explination for this behavior?
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 explination for this behavior?