Since the preemption patch only allows additional preemption in kernel
mode, I'm curious to know what the compute bound tasks are doing in
kernel mode. Did Linux add in-kernel matrix multiplication while
I was not looking?
> Statistically there is a higher chance, that a CPU hog gets preempted
> instead of an IO bound (that gives up the CPU in some useconds anyway)
"Statistically"? As far as I know, most I/O in Linux does not block.
When you say "statistically", you should have some analysis with clearly
stated assumptions.
>
> The next IO request is hitting the device "earlier" - instead of waiting
> for the next schedule() - that makes sense to me.
>
> With this scenario the system CPU utilization gets "bigger" for the benefit
> of "faster" IO. OTOH, seti@home needs longer to run.
Sorry. No sale.
-- --------------------------------------------------------- Victor Yodaiken Finite State Machine Labs: The RTLinux Company. www.fsmlabs.com www.rtlinux.com- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/