标签: .net multithreading concurrency garbage-collection parallel-processing
在.NET 4中,它是possible to enable并发GC。
Q1 如何使用并行计算:Parallel,Task,PLINQ等? Q2 作为软件开发人员,在使用并发GC时我应该注意什么?
Parallel
Task
答案 0 :(得分:9)
话虽如此,在.NET 4中,添加了新的“背景GC”。有一个detailed post describing this here以及this Channel 9 video。