A little confused about this. If I speed up the processor, wouldn’t it take less time to do a task and therefore lead to making the deadline sooner?
thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The answer is that there may be new resource conflicts due to the faster speed. This is known as Graham’s anomaly: If a task set is scheduled on a multiprocessor such that schedule length is minimized, then increasing processors, reducing execution times, or weakening precedence constraints can increase schedule length. Note the objective (minimize schedule length). But the anomaly can easily be shown to be true if tasks have deadlines and the objective is to meet all task deadlines. This is well-documented with illustrations of examples in a number of books on operating systems.
See also: