Тёмный

CPU Scheduling Basics 

Jacob Sorber
Подписаться 165 тыс.
Просмотров 38 тыс.
50% 1

Опубликовано:

 

1 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 45   
@yanistancheva3076
@yanistancheva3076 3 года назад
16 minutes summed up my whole 2 hour lecture thank you
@JacobSorber
@JacobSorber 3 года назад
You're welcome. Glad I could help.
@ukaszkiepas57
@ukaszkiepas57 2 года назад
+1
@user-ej7ss8ei2g
@user-ej7ss8ei2g 3 года назад
Hah, imagine having a teacher or prof. so cool that they have their own high quality channel, but also says when something might show up on a quiz. Love the videos, you've helped me a lot.
@abanoubsameh6608
@abanoubsameh6608 3 года назад
Great videos! I wish I found you earlier. Keep up the good work.
@donha475
@donha475 4 года назад
Lol @ -20 niceness impersonation ;)
@pasteyourinjectionstringhere
@pasteyourinjectionstringhere 10 дней назад
HAHAHA
@bigwoof2137
@bigwoof2137 4 месяца назад
Avg. Response time 7:51 is wrong, should be 4.33. P1: 0 P2: 7 - 2 = 5 P3: 7 + 4 - 3 = 8
@Christobanistan
@Christobanistan 2 года назад
I've been a programming since 1989 or so, always wondered about this but never got around to this. Cool beans.
@santoshsco
@santoshsco 3 года назад
Love your channel jacob , wish i had found this earlier .
@JacobSorber
@JacobSorber 3 года назад
Thanks, Santosh. Glad you're enjoying it.
@ropersonline
@ropersonline 4 года назад
11:50: "If alpha is one, then we ignore reality and we just go with the last prediction... If alpha is close to zero, we predict almost solely based on the last experience..." So either the last or the last? That doesn't seem to make too much sense...?
@JacobSorber
@JacobSorber 4 года назад
There's the last prediction (p_n, what we predicted last) and the last experience (m, what actually happened last). They're both "last" things, but different things. Sorry for the confusion.
@ropersonline
@ropersonline 4 года назад
@@JacobSorber Thanks for taking the time and answering everything. You're really nice, and not in the scheduling sense either. :) I plan to watch all your videos, but there's a whole year's worth still left. :)
@XxxGuitarMadnessxxX
@XxxGuitarMadnessxxX 2 года назад
I've been watching your videos for a little while now (Great Content by the way! Loving the neat tricks you can learn from watching your videos!) But I died when you started quoting the whole B.S. oath - It's been 10 years since I heard all that lmao
@JacobSorber
@JacobSorber 2 года назад
Glad you enjoyed that.
@MB-hs4vp
@MB-hs4vp 6 лет назад
Do these scheduling techniques differ for RTOS?
@JacobSorber
@JacobSorber 6 лет назад
Yes. In real-time scheduling tasks have deadlines, and the scheduler has to reason about those deadlines.
@ailijic
@ailijic 4 года назад
Some RTOS can have both real time and standard tasks. Also, the Linux kernel can have real time tasks. Real time is a very overused term. Know the requirements of your system and then look for an OS that can handle those requirements.
@ropersonline
@ropersonline 4 года назад
@@ailijic It's not just the OS; go look for suitable silicon also. Back in the day that might have been Motorola 68k or even MOS 6502. These days it's prolly s/th like ARM Cortex-R.
@kushagrakumar9576
@kushagrakumar9576 5 лет назад
What is the difference between chrt and nice utility for process scheduling in linux? Could you please explain sched_setscheduler ( sched.h ) and related system call with an example .
@JacobSorber
@JacobSorber 5 лет назад
chrt is more general and more powerful than nice. Nice basically changes the inverse of the processes priority assuming the default Linux scheduler. With chrt, you can change the scheduler. Linux offers a few different schedulers (check the chrt man page for details), and the naming is a bit misleading, because they refer to "real-time" scheduling, but Linux isn't a RTOS. So, this isn't real real-time scheduling (no deadlines). It's just a higher priority scheduling algorithm. If you need an RTOS (you're implementing flight control on an airplane or running a self-driving car) I would recommend looking somewhere other than Linux.
@kushagrakumar9576
@kushagrakumar9576 5 лет назад
@@JacobSorber Thanks Jacob for the explanation. Please continue to make more videos on OS. Do you think is it worth to make a continuation video on process scheduling with More system calls like sched_setscheduler etc .?
@Axias85
@Axias85 2 года назад
....Wait, was that a Boy Scout joke?
@joerogan3079
@joerogan3079 Год назад
*MY PROF IS HORRIBLE* 🤦‍♂️ #helpMe
@corcodelmarian
@corcodelmarian Год назад
On Intel proc allways look to call and jump to be paired with ret on binary Code but, gcc forget sometimes, this îs big problem on linux.
@BritishBeachcomber
@BritishBeachcomber 2 года назад
The OS/2 scheduler was so bad. If a task/thread went into an infinite loop, with no system calls, the whole system would hang.
@bad_robot
@bad_robot 4 месяца назад
the scout law reference lol
@jenselstner5527
@jenselstner5527 3 года назад
Best of video is the LEGO in the background ... just kidding. ;o) Good explanation and nice LEGOs.
@totalyunsober
@totalyunsober 4 года назад
Very helpful video! Thank you!
@JacobSorber
@JacobSorber 4 года назад
You're welcome.
@alacastersoi8265
@alacastersoi8265 3 года назад
"7,214 views" ? wHaT?
@g194g
@g194g 3 года назад
Very clear and helpful explanation
@omhmpp
@omhmpp 2 года назад
absolutely phenomenal video, but I just wanna point out that SJF (shortest job first) is actually different than shortest remaining time first SRTF
@jonathanflores3748
@jonathanflores3748 3 года назад
Great content! Love your videos!
@JacobSorber
@JacobSorber 3 года назад
Thanks, Jonathan. Glad you like them!
@oviya.n1317
@oviya.n1317 3 года назад
Pls make playlists for OS and embedded system
@aubriewest1135
@aubriewest1135 3 года назад
14:59 Sounds like Ta'arof in Iran :)
@maoryatskan6346
@maoryatskan6346 4 года назад
Awesome
@marziehizadi985
@marziehizadi985 2 года назад
Fantastic, thanks a lot.
@faizunisajazadi8732
@faizunisajazadi8732 2 года назад
Great lecture! Thanks!
@randomsoul00
@randomsoul00 2 года назад
well explained👍
Далее