Hi there,
I just made some changes to the context switch routine of Linux. I am facing now the following dilemma: The context switching time is no longer deterministic, i.e. the execution time varies on the applications that are switched out. I am wondering now what could be the negative implactions of such a behaviour. One potential pitful I have identified are Real Time Applications. When I have here non-constant times for performing the contest switches I assume that is not really ideal. Are there any other issues that need to be considered?
Many thanks, Helmut