J
Jay Kavimandan
Hello ,
I am using Windows Services created in VsNET2002 in my Project.The Memory utilization of Services goes on Incrasing from around 20 Mb to 200 Mb in no duration.
The services is a Multithreaded and Number of instances are created rapidly,so the Objects are created rapidly on the stack.Is there any method to Set the Object to Nothing and free up the memory before the Garbage collecter will do its work ???
Thanks,
Jay
I am using Windows Services created in VsNET2002 in my Project.The Memory utilization of Services goes on Incrasing from around 20 Mb to 200 Mb in no duration.
The services is a Multithreaded and Number of instances are created rapidly,so the Objects are created rapidly on the stack.Is there any method to Set the Object to Nothing and free up the memory before the Garbage collecter will do its work ???
Thanks,
Jay