Skip to content
This repository has been archived by the owner on Feb 6, 2019. It is now read-only.

Sam Park #105

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

Sam-Park
Copy link

@Sam-Park Sam-Park commented Aug 17, 2018

  • Short answer questions
  • Lambda School shell
    • Implement ability to execute arbitrary commands
    • Implement ability to change directories.

Copy link

@rawalpunit rawalpunit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good job overall!

continue;
}
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice clean code!..consider using comments.


3. Describe the benefits of the MLFQ over a plain Round-Robin scheduler.
Round robin has no priorty which means every process has equal priorty. Processes that are more important to the user are not treated as such by the scheduler. MLFQ on the other hand learns from past behaviour to predict the processes that should have higher priority. Usually this translates to a better overall user experience.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice answers...clearly you understand this material well

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants