> It's not uncommon to find the GC running as a lower priority task to
> claim real-time improvements.  Still isn't all that predictable though.

If the app requires that the garbage be collected from time to time (i.e.
it uses that heap), then you have an effective priority inversion: the
high-priority app will be prevented from operating until the low-priority
GC has completed.

So all this does is to shift the problem, not fix it. :-(

Vic.


-- 
Please post to: Hampshire@mailman.lug.org.uk
Web Interface: https://mailman.lug.org.uk/mailman/listinfo/hampshire
LUG URL: http://www.hantslug.org.uk
--------------------------------------------------------------

Reply via email to