linux - Variable Context Switching Time -


I made some changes to the context switch routine of Linux. I am now facing the following dilemma: Reference switching time now Not a determinant, i.e. the implementation time varies on different applications.

I am thinking that such negative effects behave A potential mistake I have identified is the real-time application when I have a non-fixed time to switch the context, I think that is not really ideal. Are there any other issues that need to be considered?

There can be a lot of panic with music and video players, such a scheduler.


Comments

Popular posts from this blog

objective c - iPhone and it's wireless area -

multithreading - Do lock objects in Java need to be static? -

java - Object vs byte[0] as lock -