![]() |
| | #1 |
| Registered User Join Date: Jul 2006
Posts: 13
| scheduler in linux i have a dought about linux scheduler. in linux there are 3 policies of scheduling ie; round robin, FIFO and time sclice. but if i want to have my own scheduling policy is it possible to insert such a scheduler in the linux kernel and use it instead of the default one. |
| anjana is offline | |
| | #2 |
| and the hat of Jobseeking Join Date: Aug 2001 Location: The edge of the known universe
Posts: 21,683
| You can get the source code for Linux, so the answer is yes. |
| Salem is offline | |
| | #3 |
| Registered User Join Date: Jul 2006
Posts: 13
| but , in the linux documentation it is written linux kernel does not support loding of modules related to scheduling policies. then when should these modules be loaded in the linux kernel. is it at boot time |
| anjana is offline | |
| | #4 |
| Cat without Hat Join Date: Apr 2003
Posts: 8,492
| You can't do it as a module. You can still write the thing, patch your kernel sources with it and recompile.
__________________ All the buzzt! CornedBee"There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code." - Flon's Law |
| CornedBee is offline | |
| | #5 |
| Registered User Join Date: Jul 2006
Posts: 13
| what are these kernel patches & how can a sheduler be patched with the kernel Last edited by anjana; 05-28-2007 at 03:30 AM. Reason: kernel patches |
| anjana is offline | |
| | #6 |
| Cat without Hat Join Date: Apr 2003
Posts: 8,492
| You have to write them.
__________________ All the buzzt! CornedBee"There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code." - Flon's Law |
| CornedBee is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Thinking of upgrading to linux... | Yarin | General Discussions | 37 | 07-24-2009 11:40 AM |
| Wireless Network Linux & C Testbed | james457 | Networking/Device Communication | 3 | 06-11-2009 11:03 AM |
| new scheduler in linux | anjana | Linux Programming | 1 | 05-28-2007 02:55 AM |
| installing linux for the first time | Micko | Tech Board | 9 | 12-06-2004 05:15 AM |