Groups | Blog | Home
all groups > dotnet remoting > september 2004 >

dotnet remoting : Memory Leak


Navdeep Bhardwaj
9/25/2004 2:43:01 AM
Hi
We are using remoting for the communication between our main web application
and business logic server. After using for sometime the memory uses of our
server application on the server increases to about 5-6 MB. On using the
windows performance moniter we found that a large amount of memory is being
consumed by the generation 2 object. I could not figure out the exact problem
Sam Santiago
9/25/2004 10:24:18 AM
I would suggest getting familiar with a CLR Profiling tool. Microsoft
provides a free one. Read this article and follow the download link:

How To: Use CLR Profiler
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag/html/scalenethowto13.asp

You might want to check the leases on your remote objects to determine how
long they will hang around after you have created them.

Thanks,

Sam

--
_______________________________
Sam Santiago
ssantiago@n0spam-SoftiTechture.com
http://www.SoftiTechture.com
_______________________________
"Navdeep Bhardwaj" <Navdeep Bhardwaj@discussions.microsoft.com> wrote in
message news:3DC35B99-45BA-40E4-936A-4DB5C172B179@microsoft.com...
[quoted text, click to view]

AddThis Social Bookmark Button