G
Guest
Hi
I wonder... does installing .NET framework may effect the performance of native process running on the same computer
Does the GC runs in the kernel or in the application layer? running the GC in the kernel may effect the performance of other 'native' processes while collecting unused memory
So.... does the Garbage collection process may effect the performance of process other then the one whos garbage is being collected
Nadav.
I wonder... does installing .NET framework may effect the performance of native process running on the same computer
Does the GC runs in the kernel or in the application layer? running the GC in the kernel may effect the performance of other 'native' processes while collecting unused memory
So.... does the Garbage collection process may effect the performance of process other then the one whos garbage is being collected
Nadav.