T
Tony Johansson
Hi!
I have some questions about threads.
We can assume for simplicity that we have a computer with only 10 processes
with no attitional thread except the one that is already existing in a
process by default then each of these processes will be given an equal
timeslice to execute the program in.
Now we have the same computer with 10 processes but now one of these 10
processes have three additional threads + the default one so as a total of
four.
Question 1: So will this process having four Threads be give one time slice
to each of its Threads ??
Question 2: I have the understanding that if you have a computer with a
single process no more then one thread can be executing at any single time
so matter how many threads exist for this process.
Is that correct understood ?
//Tony
I have some questions about threads.
We can assume for simplicity that we have a computer with only 10 processes
with no attitional thread except the one that is already existing in a
process by default then each of these processes will be given an equal
timeslice to execute the program in.
Now we have the same computer with 10 processes but now one of these 10
processes have three additional threads + the default one so as a total of
four.
Question 1: So will this process having four Threads be give one time slice
to each of its Threads ??
Question 2: I have the understanding that if you have a computer with a
single process no more then one thread can be executing at any single time
so matter how many threads exist for this process.
Is that correct understood ?
//Tony