What's going on in the GC CLR loop?

Are all threads suspended?

... and how long does a complete collection take?

+2


a source to share


1 answer


Yes. all managed threads are suspended except for the thread that caused the garbage collection



http://msdn.microsoft.com/en-us/library/ee787088.aspx

+2


a source







All Articles