What are the different kinds of threads?
Answers were Sorted based on User's Feedback
Answer / guest
There are two main kinds of threads implementations:
User-space threads and Kernel-supported threads.
| Is This Answer Correct ? | 30 Yes | 16 No |
Answer / programmer
There are basically two types of threads:1)user thread(created by application or user also called priority threads),2)daemon thread(created by compiler/interpreter which runs in background)
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / dipanshu gupta
Only two typs of thereads,that are user space and kernel
supported threads.The user space threads can run only one
machine.where as the kernel supported can run on two or
more machincs simulatinously.
| Is This Answer Correct ? | 10 Yes | 10 No |
If your server is running on Unix and one of the sessions are keep on running without loading any data. how would you kill it?
Explain what is scheduling?
What are threads?
How would you kill a process?
tell me similarities between thread and process
How to work unix commands on windows xp without installing unix o/s in pc?
what is Context switch?
what are the Architectural differences between User-space threads, and Kernel-supported threads.
what are the Performance differences between User-space threads and Kernel-supported threads.
Explain the different kinds of threads?
Explain how to work unix commands on windows xp without installing unix o/s in pc?
List the system calls used for process management?