what kind of problem is the application suffering?

Sam has designed an application. It segregates tasks that are critical and executed
frequently from tasks that are non critical and executed less frequently. He has prioritized
these tasks based on their criticality and frequency of execution. After close scrutiny, he
finds that the tasks designed to be non critical are rarely getting executed. From what kind
of problem is the application suffering?

Sam has designed an application. It segregates tasks that are critical and executed
frequently from tasks that are non critical and executed less frequently. He has prioritized
these tasks based on their criticality and frequency of execution. After close scrutiny, he
finds that the tasks designed to be non critical are rarely getting executed. From what kind
of problem is the application suffering?

A.
livelock

B.
deadlock

C.
race condition

D.
starvation

Explanation:



Leave a Reply 2

Your email address will not be published. Required fields are marked *


bob

bob

Marked answer B is wrong.
Correct is D.

duff

duff

Agreed with Bob
D