Explain the architectural differences between user-space threads, and kernel-supported threads?
Answer / Kunwar Akram Ali
"User-space threads (also known as lightweight processes) are managed entirely within a process's address space by the application, while kernel-supported threads (also known as heavyweight processes or system threads) are directly controlled by the operating system kernel. User-space threads allow for greater efficiency due to less overhead and context switching, but they can only access resources of their parent process. Kernel-supported threads can access more system resources, but require more CPU time."
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain what are the main families of threads?
Protection boundary??
Explain the architectural differences between user-space threads, and kernel-supported threads?
HOW can I work UNIX commands on Windows XP without installing UNIX O/S in PC
What is protection boundary?
Explain what is scheduling?
Tell me when should we use thread-safe "_r" library calls?
Explain how to work unix commands on windows xp without installing unix o/s in pc?
What are the different kinds of threads?
3 Answers Ericsson, Fashion Technology,
Explain critical section?
Explain the performance differences between user-space threads and kernel-supported threads.?
Explain what are threads?