correction: in a multi-threading system, if one thread is blocked, then all other threads in the same process will be blocked because OS takes process as one entity, and OS does know either there are multiple threads in a process at the user level. so when a thread of user-level need some resources and request to OS, then OS consider it as req from that whole process, and until getting that resource, OS will put the whole process on waiting.
@Thunder.561 Жыл бұрын
🎉
@geethuv5622 Жыл бұрын
Nice
@PRASAD0795 Жыл бұрын
😂
@asjosvah344125 күн бұрын
I think the 4th point she talked about was wrong... She reversed the process and thread about blocking and non-blocking... Maybe I'm wrong but I want to understand too... Thank you for the explanation!
@adrianamihaela98945 жыл бұрын
Comparing to other tutorials I really love the ones on this channel beacuse the sound is very clear
@soundarkalibomman46072 жыл бұрын
💯 correct
@ajlozadaro2 жыл бұрын
How well you emphasize again and again the core concept. Thank you.
@samiadnan14085 жыл бұрын
10:31 wrong. if one process is blocked then other processes will not affect. other processes will execute independently.
@kandiephelma76214 жыл бұрын
There is the cooperative process which is dependent on the other
@mohdaqib16014 жыл бұрын
Thanks
@yeethiolij4 жыл бұрын
On the 10:33 min. you said if one process is blocked the other process is also blocked until the first process unblocked. Is that correct ? I guess it should be Thread instead of process you . I would love to hear from you and thank you for your well explanation !
@Ashwanikumar-tr1wj4 жыл бұрын
yes bro it will be thread because all thread depends on only one process data/code
@alamkhan22926 жыл бұрын
In context of process, processor are independent so blocking of one process will not block executions of other process
@karthikeyasoft5 жыл бұрын
karthikeyasoft@gmail.com for me also same dout I u clear tell to me also
@noobiexd6405 жыл бұрын
only when it is in user mode
@mansisingh51343 жыл бұрын
In 4th point, how can another process stop working? As process is independent so if one process is blocked then it will not effect other process
@tejavathnagaraju34033 жыл бұрын
Thank you soo much a lot 💕💕💕💕 I'm following all your classes not only one sub yestardy DM today operating system.. in my 2-2 jntuh examinations it is very easy way to understand... Thank you ❣️❣️❣️❣️❣️ keep it up mam ❤️❤️
@AneesMaharEgnr5 жыл бұрын
The lecture is good but mam concept of process is explained wrong , processes are independent and if one get blocked other still work.
@72_shivamthakur895 жыл бұрын
sahi bola
@charlesuneze5 жыл бұрын
Maybe she is referring to the FIFO scheduling algorithm approach.
@samar35804 жыл бұрын
Yes u are right
@messageconveyor82105 жыл бұрын
I want to say thanks bcz very long i couldn't understand os but once listen ur video i understand now. Thank you so much
@himanshusahu15035 жыл бұрын
You are getting wrong concepts
@pierre13606 жыл бұрын
most beautiful writing EVER.
@shanawazsipon6 жыл бұрын
This is the best lecture on Thread in youtube. I checked. By the way 7:09 reminds me of Deepika Paducon from the movie Chennai Express.
@shubhamsalunke72596 жыл бұрын
Me too😍😜
@umadevi-dn9ns6 жыл бұрын
Me too
@harshit88076 жыл бұрын
My question is that if each process operates independently then why we have to unblock the blocked process for running the other process?
@rajankit9115 жыл бұрын
Single core processor can execute only one process at a time, other processes are waiting in waiting state to get dispatched to the CPU by scheduler. You can learn about different scheduling algorithms to know much better. Number of cores = number of threads can run at a time.
@mahithaamara92793 жыл бұрын
Perfect teaching Mam
@asjosvah344125 күн бұрын
I don't understand well about the blocking of a process (the 4th point in your comparison between thread and process)... does an unresponding process (maybe caused by a crash for example) really affect other process ? I just want to understand, because I always thought it doesn't block other process' to execute. Thanks.
@ankitkumaryadav5623 жыл бұрын
Mam, your handwriting is very good.
@priyankabharti45875 жыл бұрын
mam if one process will be blocked then how will another process also blocked. getting confusion...mam ,,,,as you told one process is suppose MS word nd suppose another will be excel then if one process will be closed then obviously excel will in running state......??🤔
@chennammadandlapati88096 жыл бұрын
i have one doubt .....each process operates independently .so yy ..if one process is block no other process execute until first process is unblock ..???
@krishna94386 жыл бұрын
Yeah I thought so too. If a process is blocked/suspended, the next process whose ID is in the program counter will be executed. I think what she meant is: if process 1 is using resource A, then process 2 (who needs to use resource A in its execution) can't be executed unless process 1 has been finished and free resource A.
@niroop42996 жыл бұрын
@@krishna9438 atually it is reverse that if the process 1 is blocked then all other can run independently but if the thread is blocked then the cpu thinks the process is blocked and all other thereads will be blocked
@ankitsurolia86924 жыл бұрын
Why block of one thread doesn't effects other threads as they are sharing same source code??
@reddypogusandhyarani59022 жыл бұрын
Thank soo much mam ... Ur explaination is super mam compare to other tutorial .I gain soo much knowledge from ur videos mam..tqqq so muchh❤️❤️
@mdshahbaz92573 жыл бұрын
Light process or lite process
@saadullahkhan19725 жыл бұрын
As each process is independent if one process is blocked then the other can execute as each one has own resources.... But threads are inside a certain process that's they uses the same resources of a particular process so if one is blocked then all the rest threads are blocked by kernal as the threads don't have any contact with the kernel.... Kernal supposes it to be a single process.... But there was confusion in your explanation.
@AneesMaharEgnr5 жыл бұрын
saad khan agree with your point ..
@techbbas4 жыл бұрын
if you need c++ easy coding then visit my channel. and also subscribe plz kzbin.info/door/1LJDu2koq9y146MUH8prAg
@mubarekoumer64065 жыл бұрын
thank u madam but In context of process, process are independent there is no sharing so, blocking of one process will not block executions of other process
@saraswathis36635 жыл бұрын
Yes
@niskarshathapa9072 жыл бұрын
thank you for explaning in a prefect way
@trendingvideos532 жыл бұрын
maam pahale boring laga per really toooooo good teaching maam
@ankitsurolia86924 жыл бұрын
If process has there own memory and file resources by which they are independent of other processes, than how come blocking of one process effects all other processes??
@ALMAD-cv1rh3 жыл бұрын
thanks alot i do enjoy your tutorials they are not complicated but one understand alot
@suchipandey94794 жыл бұрын
You said that one process is blocked and then another process cant run and when thread is block another thread can execute, How?? Actually this concept is totally apposite
@ramudubheemududairyinforme8983 Жыл бұрын
Nice teaching madam
@klindana0076 жыл бұрын
Thanks mam your explanation is too simple and and easy to understand thanks for uploading the video
@udaysathvara16492 жыл бұрын
Khatam ho gaya kya aap ka BCA ya Bsc it
@karankumarm67026 жыл бұрын
Hai mam,your teaching method is good and like it.
@KilariJyoshnavi7 ай бұрын
👍👌
@KAMAL-hs3gd5 жыл бұрын
Thank you for your valuable lesson on an important topic
@krishnankiller87112 жыл бұрын
Fabulous ❤
@patrickkariuki83703 жыл бұрын
well explained. Thank you. you are a good teacher
@usama579266 жыл бұрын
thank u so much mam your explanation is very easy and intresting
@himanshusahu15035 жыл бұрын
Concept are wrong
@thecollective24045 жыл бұрын
You teach all the topics of engineering
@himanshusahu15035 жыл бұрын
And spread wrong concepts
@jitendrasingh-dg5cw3 жыл бұрын
Super ma'am ...jitendra singh from jaipur
@ravimaddukuri30333 жыл бұрын
super mam!!
@illamavi49134 жыл бұрын
I'm really interested your way of teaching thank you mam.
@techbbas4 жыл бұрын
if you need c++ easy coding then visit my channel. and also subscribe plz kzbin.info/door/1LJDu2koq9y146MUH8prAg
@justd7656 жыл бұрын
Well explained..... Once again thanks
@himanshusahu15035 жыл бұрын
Explained wrong concepts
@thrang_eo6 жыл бұрын
Very good 👐
@asjosvah344125 күн бұрын
1. Première affirmation : If one process is blocked, then no other process executes until the blocked process is unblocked. FAUX dans les systèmes modernes. Les systèmes d'exploitation modernes sont multitâches et utilisent des mécanismes comme le scheduling préemptif pour gérer plusieurs processus. Si un processus est bloqué (par exemple, en attente d'une ressource, d'un I/O ou d'un verrou), le système d'exploitation peut suspendre ce processus et passer à un autre processus prêt à s'exécuter. Ainsi, un processus bloqué n'empêche pas les autres processus d'exécuter leurs tâches. Exemple : Dans un système multitâche comme Linux, si un processus A est bloqué en attente d'une opération d'I/O, le scheduler peut exécuter un processus B ou C en attendant que A soit débloqué.
@gateaspirantseceteluguchan94016 жыл бұрын
nice video
@gopirampal74423 жыл бұрын
Nice
@ahmedabdinorsalad76622 жыл бұрын
Thanks
@-MShivakumar3 жыл бұрын
super mam
@somyasinghchouhan71646 жыл бұрын
Thank you, all lectures are very helpful and easy to understand.
@himanshusahu15035 жыл бұрын
All the concepts she explained is also wrong.
@techbbas4 жыл бұрын
if you need c++ easy coding then visit my channel. and also subscribe plz kzbin.info/door/1LJDu2koq9y146MUH8prAg
@frankdearr27725 жыл бұрын
hello, thanks a lot for that very well view about process and threads, nice start to understand how that works.
@t2kumarashutosh20115 жыл бұрын
You are owsm mam... I am c Dac student but till last of course i dont know about threads ...but thanks to u now i know much more because of u...
@techbbas4 жыл бұрын
if you need c++ easy coding then visit my channel. and also subscribe plz kzbin.info/door/1LJDu2koq9y146MUH8prAg
@karthikeyasoft5 жыл бұрын
4 point one process is blocking why its weight on other process it is independent work only
@AgomiClash6 жыл бұрын
Great video, thanks
@techbbas4 жыл бұрын
if you need c++ easy coding then visit my channel. and also subscribe plz kzbin.info/door/1LJDu2koq9y146MUH8prAg
@rishwanthrajaa37915 жыл бұрын
Really excellent and tq
@himanshusahu15035 жыл бұрын
For making wrong concepts
@umaidmanzoor63186 жыл бұрын
Thank You
@fakegamer90255 жыл бұрын
I think 4th point of difference is wrong...
@shubhamsalunke72596 жыл бұрын
Hello mam.. You teach very well no Dout in this but the noice of you skech pen is so scary..i am using headphone in lab so the noice of your sketch pen make mi head ache. Sorry but its happen with mi plz change the pen.. Thank you
@saieswaria19545 жыл бұрын
Cpu doesn't execute thread .it execute only process
@pratikingale95796 жыл бұрын
Nice explanation
@shahilbacker21806 жыл бұрын
Thank you mam .its very helpful fr meh
@himanshusahu15035 жыл бұрын
Sahil you have earned misinformation
@rahulkrishnagunneri92475 жыл бұрын
4point and 5point of process vs thread is controductory.
@hemanthkoney20082 жыл бұрын
Tq mam
@himanshusahu15035 жыл бұрын
Dear Reader don't follow this lecture it is conceptually wrong and it will lead to wrong concepts. Hey this message to the uploader don't teach wrong concepts.
@shivamgoel85095 жыл бұрын
Can u elaborate pls what's wrong here??
@יששכרלבוולט Жыл бұрын
found critical mistakes at other videos in the playlist too. makes me sad cause she explains so very well. she could be the best one out there.
@יששכרלבוולט Жыл бұрын
i hope she re-uploads them corrected in the future. such a great potential of a teacher.
@murtazaahmad96726 жыл бұрын
Good effort dear
@himanshusahu15035 жыл бұрын
But totally failed
@Nalaka_Rajapaksha4 жыл бұрын
thank you..
@techbbas4 жыл бұрын
if you need c++ easy coding then visit my channel. and also subscribe plz kzbin.info/door/1LJDu2koq9y146MUH8prAg
@shaikismail76786 жыл бұрын
very good explanation mam i have some doubts in java
@ankit73193 жыл бұрын
Kaisi ho bhanu priya??
@soniawakeel95205 жыл бұрын
Thank I ma’am
@bhavyabhavya27805 жыл бұрын
thank u mam good explanation
@himanshusahu15035 жыл бұрын
Bhavya don't follow this lecture
@bhavyabhavya27805 жыл бұрын
@@himanshusahu1503 why mam
@techbbas4 жыл бұрын
if you need c++ easy coding then visit my channel. and also subscribe plz kzbin.info/door/1LJDu2koq9y146MUH8prAg
@Rozy754-i8gАй бұрын
PLEASE DO NOT USE SKETCH PEN, IT'S SOUND WHILE WRITTING IS SOO PRICKYY
@varunsuryawanshi72935 жыл бұрын
Thanks to complex topic teach very easily and very clear about processor and thread giving the example of Microsoft world ...😄😄
@umangverma36605 жыл бұрын
U r wrong... Plz correct it... 😐
@updatedworld78452 жыл бұрын
Etna add kyu ata hai chomu etna
@navadeep-09324 жыл бұрын
Thanks you mam your explaining is good but please explain in Telugu also
@dharmendersharma10924 жыл бұрын
Mam provide PDF also 🙏
@vikyathvicky38866 жыл бұрын
A punch to all the dudes who are trying to flirt with her...Dishoom :)
@nandinigowda66745 жыл бұрын
😂
@soumyaneogy95225 жыл бұрын
your fundamental concepts are very very weak . You are using different terms without even understanding their meaning . Before uploading any video of such advanced topics you should be very very thorough with your fundamental . Watch some videos of US university you will improve .
@habenetsay94485 жыл бұрын
tnx a lot
@techbbas4 жыл бұрын
if you need c++ easy coding then visit my channel. and also subscribe plz kzbin.info/door/1LJDu2koq9y146MUH8prAg
@faresfitt29725 жыл бұрын
Thanks
@fiqihakbari45004 жыл бұрын
I see "Thread" text as "H" Hhread. hehehe
@techbbas4 жыл бұрын
if you need c++ easy coding then visit my channel. and also subscribe plz kzbin.info/door/1LJDu2koq9y146MUH8prAg
@sudheercheekati45606 жыл бұрын
Mam ur teaching skills super
@techbbas4 жыл бұрын
if you need c++ easy coding then visit my channel. and also subscribe plz kzbin.info/door/1LJDu2koq9y146MUH8prAg
@ashishkumargupta29153 жыл бұрын
Wrong difference between process and thread
@zekeguo28895 жыл бұрын
Thank you so much mam, your videos are great
@techbbas4 жыл бұрын
if you need c++ easy coding then visit my channel. and also subscribe plz kzbin.info/door/1LJDu2koq9y146MUH8prAg