Microsoft Windows Question:

Why thread is called as a lightweight process?

Windows Interview Question
Windows Interview Question

Answer:

It is called light weight process to emphasize the fact that a thread is like a process but is more efficient and uses fewer resources( n hence "lighter")and they also share the address space.


Previous QuestionNext Question
Compare Linux credit based algorithm with other scheduling algorithms?What is the cause of thrashing? How does the system detect thrashing? Once it detects thrashing, what can the system do to eliminate this problem?