Explain why a multi-threaded server might not qualify as a state machine.
What will be an ideal response?
The order in which operations are applied within such a server might differ from the order in which they are initiated. This is because operations could be delayed waiting for some other resource, and the resource scheduling policy could, in principle, reverse the order of two operations.
Computer Science & Information Technology
You might also like to view...
An array formula displays the same formula in every row or column of the range where it is entered
Indicate whether the statement is true or false.
Computer Science & Information Technology
A process contains one or more threads, and Windows XP can concurrently execute those threads using a technique called __________.
a. multitasking b. multithreading c. context switching d. multiprogramming
Computer Science & Information Technology