Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TL_FCFS #1

Open
ravipatel0508 opened this issue Mar 29, 2021 · 2 comments
Open

TL_FCFS #1

ravipatel0508 opened this issue Mar 29, 2021 · 2 comments

Comments

@ravipatel0508
Copy link

You have done Excellent work and it was so helpful to me, but can you explain me what is TL_FCFS in CPU Scheduling?

I googled it but found nothing.

And I request you if possible plz add other algorithms(LJF,SRTF,LRTF) in CPU Scheduling part.

Again Thanks for this beautiful work :)

@markusaksli
Copy link
Owner

Thanks for the kind words!

All of the full algorithm names are mentioned at the beginning of the logs.

I also didn't find any reference to two-level (or two-layer) first-come-first-serve but it was something we needed to implement for the course homework.

It works just like FCFS but there is a high-priority queue (if the process time is <=6) and a low-priority queue. Processes in the high-priority queue are preferred when executing a process from the backlog and low-priority processes are interrupted by new high-priority processes.

I'll keep the request in mind. It seems simple enough but I doubt I'll have time to do it any time soon...

@ravipatel0508
Copy link
Author

Okay very well.

Again thanks for your work :)

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

No branches or pull requests

2 participants