Answer Posted / guest
A thread is an encapsulation of the flow of control in a
program. Most people are used to writing single-threaded
programs - that is, programs that only execute one path
through their code "at a time". Multithreaded programs may
have several threads running through different code
paths "simultaneously".
| Is This Answer Correct ? | 12 Yes | 4 No |
Post New Answer View All Answers
Explain what is scheduling?
What is the window of the working set of a process?
Explain the performance differences between user-space threads and kernel-supported threads.?
Tell me when should we use thread-safe "_r" library calls?
Explain what are threads?
Explain what is critical section?
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 how to work unix commands on windows xp without installing unix o/s in pc?
Explain critical section?
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 protection boundary?
Explain the different kinds of threads?
explain about the initial process sequence while the system boots up?