Differences between version 6 and previous revision of KernelPreemption.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 6 | Last edited on Tuesday, March 2, 2004 11:50:59 am | by JohnMcPherson | Revert |
Older page: | version 5 | Last edited on Tuesday, March 2, 2004 11:35:46 am | by DanielLawson | Revert |
@@ -6,9 +6,9 @@
Surprisingly enough, in most situations this actually improves performance! The reason is that processes that have been blocked get an opportunity to run as soon as possible doing a bit of work and then usually blocking quickly afterwards allowing the machine to return to its previous job.
-If you are looking for information on how to get KernelPremption
working under Linux kernels:
+If you are looking for information on how to get KernelPreemption
working under Linux kernels:
If you run a 2.6 kernel, then you just need to enable the preemptive kernel option.
If you run a 2.4 kernel, you'll need to patch it. Look at ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel/v2.4/ to find a patch for your kernel. Note that if there isn't a patch for your kernel yet, you'll have to wait. Sorry.