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

Sagar Desai #108

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

Conversation

sagardesai90
Copy link

@sagardesai90 sagardesai90 commented Aug 17, 2018

Short Answers

  • readme.md

The Lambda School Shelf

  • Implement the Ability to Execute Arbitrary Commands

  • Implement the Ability to Change Directories with cd

Stretch

  • Background Tasks

  • File Redirection

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 this sprint!


3. Describe the benefits of the MLFQ over a plain Round-Robin scheduler.
MLFW is really useful because as new processes come in, they are all assumed to be high priority, so the scheduler learns over tim which processes are long running, short running, etc and can assign them to the appropriate queue.

Choose a reason for hiding this comment

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

Nice answers Sagar

}
continue;
}

Choose a reason for hiding this comment

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

This is cleanly written code...consider commenting your code

execvp(args[0], args);
} else {
waitpid(rc, NULL, 0);
}
}

return 0;

Choose a reason for hiding this comment

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

Nicely done here...clean code and easy to understand!

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