.NET Garbage Collector - what is its thread priority?

前端 未结 5 1479
囚心锁ツ
囚心锁ツ 2021-01-01 01:50

I have found some great articles (Maoni, Richter #1, Richter #2) giving many details as to the theory and practice of the GC, yet I cannot find anything that states how the

5条回答
  •  温柔的废话
    2021-01-01 02:43

    The GC thread priority is an implementation detail, right now they are running in normal priority, however the finalizer thread is running as a high priority and has a timeout as well.

提交回复
热议问题