P
Pawan Singh
IS there a way to tell GC in .Net to not suspend a particular thread while
garbage collecting (obviously this would also require telling the GC to not
touch objects which this thread has reference to). This will help in making
some of my threads do things on time (I require some threads to do things
within 25-100ms of a specified time). This problem is causing my threads to
execute sometimes beyond 600 milliseconds of specified time because it is
being hijacked by the GC.
garbage collecting (obviously this would also require telling the GC to not
touch objects which this thread has reference to). This will help in making
some of my threads do things on time (I require some threads to do things
within 25-100ms of a specified time). This problem is causing my threads to
execute sometimes beyond 600 milliseconds of specified time because it is
being hijacked by the GC.