Hi, I wonder if it is possible in a Compact Framework application to prevent the garbage collector to unconditionally stop at least one of the threads, or if it is possible to block GC collects at least in some portions of the code.
I think it has to deal with setting real time priorities, but I found a lot of advices against doing it...
Thank you in advance,