Hi all,
I am using linux kernel 2.6.20
I've developed one scheduler for my project.
It has many threads working in it.
It is taking 30% of cpu. According to my calculation it should not take this much.
So surely something is wrong with the code.
I got few infinite while loops too, but I also used sleep system calls in each.
So what are other possible reasons that I should look for?
I am using linux kernel 2.6.20
I've developed one scheduler for my project.
It has many threads working in it.
It is taking 30% of cpu. According to my calculation it should not take this much.
So surely something is wrong with the code.
I got few infinite while loops too, but I also used sleep system calls in each.
So what are other possible reasons that I should look for?
Comment