About Garbage collector
-
Suppose i have 2 .net exes test1.exe and test2.exe is Garbage collector common for these two? Do we have separate garbage collector for each exe?
My small attempt...
-
Suppose i have 2 .net exes test1.exe and test2.exe is Garbage collector common for these two? Do we have separate garbage collector for each exe?
My small attempt...
-
Suppose i have 2 .net exes test1.exe and test2.exe is Garbage collector common for these two? Do we have separate garbage collector for each exe?
My small attempt...
sujithkumarsl wrote:
Suppose i have 2 .net exes test1.exe and test2.exe
I'd assume that it collects the garbage of text1.exe, and then moves on to the next building. Test1 and Test2 both got their own garbage, and their own garbage-can.
sujithkumarsl wrote:
Do we have separate garbage collector for each exe?
The builtin GC can handle multiple .NET executable on the same machine without additional configuration. So, in short, no.
I are Troll :suss: