| User-Mode Scheduling Hi,
I'd like to write user-mode scheduling mechanism for linux. This is a new stuff for Win7, and there's nothing similar on linux at the moment - link:
(google -> 'user mode scheduling' -> first entry)
I'd like to develop this project as my MSc thesis, but dont worry, I dont want you to solve it for me.
I was thinking of a mechanism which allows threads to switch context entirely in user-mode, taking advantage of multiprocessor machines. This is the minumum. The maximum is a direct copy of Win7 UMS(see link above).
I'd like your opinion on:
1) how big is the project?
2) is there something similar already
3) could it be done in 7 months for a person who knows basics linux kernel programming (I've written a cryptographic device driver and attached data prefetching to a kernel)
4)Is this the correct forum to ask this questions?  What other forums could I try at?
Cheers guys,
Michal Wegorek. |