1. Does Garbage Collector run in its own process or in CLR?2. What happens if a multithreaded .Net application with 100 threads is deployed on a 4 processor machine and one of the threads gates the CPU. How does Garbage collector work, does it also hang or it continues to work?

Showing Answers 1 - 4 of 4 Answers

PavanKumar

  • Nov 3rd, 2006
 

Garbage Collection is a part of tasks related to CLR which it accomplishes using Garbage Collector that it has with it. So Garbage Collector runs according to CLR.

  Was this answer useful?  Yes

narendra kumar

  • Dec 26th, 2006
 

yes

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions