What are the different kinds of threads?
Answer Posted / 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 |
Post New Answer View All Answers
What is protection boundary?
List the system calls used for process management?
How to work unix commands on windows xp without installing unix o/s in pc?
Explain what is critical section?
Explain what is protection boundary?
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 similarities between thread and process?
Explain the architectural differences between user-space threads, and kernel-supported threads?
Explain what is scheduling?
Explain what are threads?
What is the working set of a process?
Explain the different kinds of threads?
explain about the initial process sequence while the system boots up?
Tell me when should we use thread-safe "_r" library calls?
What is the window of the working set of a process?