Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Thread (computing)
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
====''M'':1 (user-level threading)==== An ''M'':1 model implies that all application-level threads map to one kernel-level scheduled entity;<ref name="OSConcepts" /> the kernel has no knowledge of the application threads. With this approach, context switching can be done very quickly and, in addition, it can be implemented even on simple kernels which do not support threading. One of the major drawbacks, however, is that it cannot benefit from the hardware acceleration on [[Multithreading (computer hardware)|multithreaded]] processors or [[Multiprocessing|multi-processor]] computers: there is never more than one thread being scheduled at the same time.<ref name="OSConcepts" /> For example: If one of the threads needs to execute an I/O request, the whole process is blocked and the threading advantage cannot be used. The [[GNU Portable Threads]] uses User-level threading, as does [[State Threads]].
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)