Program under execution is called Process. Thread is a basic unit of execution. Each program may have a number of processes associated with it. Each process may have number of threads executing in it. Threads basic unit of CPU utilization. A thread comprises of i) Thread ID ii) Program counter iii) a register set iv) a stack It shares with other threads belonging to same process its i) code section ii) data section iii) other operating system resources like open files and signals
@MohamadModather9910 ай бұрын
Bless you!!
@Sladostrasni7 ай бұрын
Thank u !
@Shaikyasin442Ай бұрын
So helpful! Thank you.
@hoangminhchau2187 Жыл бұрын
Thread is a basic unit of CPU utilization. It consists of thread id, program counter, register set and stack. A system can have single-threaded or multi-threaded mechanism. Threads within a process share code, data and files between them. They have their own stack and register set. Benefits of multi threaded system: - Responsiveness: user can interact with programs smoothly - Data sharing: memory is shared between threads of a single process - Economy: Creating a new process is costly because the OS need to allocate resources to a process. But the new thread created can use resources of its process. - Utilization of multiprocessors architecture: in a signle threaded system, the multiprocessors mechanism is not useful.
@amoldangat0079 ай бұрын
Thanks , tumne mere 14:05 minutes bacha liye
@anand-mz3lb8 ай бұрын
👏
@princy77893 жыл бұрын
Neso Academy is the best 😭❤️
@mawaismawais82323 жыл бұрын
@Katelynn Nale ho
@ramadharsingh48603 жыл бұрын
😂😂😂
@ujjwalsharma43173 жыл бұрын
Ro kahe rahi ho
@tya_179yogeshingole43 жыл бұрын
@@ujjwalsharma4317 😂😂
@chandrabhanbahetwar96382 жыл бұрын
Ha hme bhi pta h best h pr ro kyu rhe ho 😂😂😂😂😂😂😂😂😂
@MohamadModather9910 ай бұрын
I've been watching your channel for years. You've been helping me through a lot of subjects. Thank you very much. From Syria With love
@ateebtaseer59643 жыл бұрын
My whole degree courses are the blessing of NESO academy
@trilecao90143 жыл бұрын
Thanks! 1. Single-threading vs. Multi-threading 2. Single core vs. Multi core 3. Multi threads on multi core system increase concurrency.
@TheYmBProduction4 жыл бұрын
In most of the computer applications multiprogramming and multi threading are used to improve the response time of the system while performing multiple operations or programs. Multiprogramming is a method of running multiple programs over a single processor by sharing the processor time in the time sharing environment. While multithreading is the process of running multiple threads to execute concurrently, supported by operating system.
@ronweasley55732 жыл бұрын
so one single thread with multiple threads can infact perform diff task? eg if chrome tab is launched 1 process is assigned to it with N no of threads so now if url is requested then that same processes 1 thread is REASSIGNED to it?
@nischaysharma49222 жыл бұрын
@@ronweasley5573 there can only be max of 2 threads in a single core with the help of hype threading otherwise normally it have 1 core and 1 thread in it - remember threads are not as effective as original cores
@jalalkhankashmiri75012 жыл бұрын
tomorrow is my Advance Operating System paper, it was difficult to read slides given by instructor. your video helped a lot. Thank you Sir
@DaGlitchMaster2 жыл бұрын
Man your videos are a Godsend. I have a test next week and this is perfect revision material and so clearly explained. Thank you!
@kotax Жыл бұрын
how was the test ?
@ayushiydvKG7 ай бұрын
13:53 thankyou soo soo much sir. It's crystal clear ❤❤
@mahmoudmahany34893 жыл бұрын
I rarely comment on videos, but I'm grateful that I found this channel. Thank you so much for your hard work and contribution :)
@mayur_madhwani032 жыл бұрын
I'm glad that I opened this lecture
@Arjun693 жыл бұрын
Simply Brilliant.
@aakashmehta94742 жыл бұрын
Seriously nailed it the level info provided in video is unmatchable
@AS-ne5wu10 ай бұрын
This was extremely helpful, I found an idea that I can implement into my small programs to make them work faster. Thanks a lot!
@林怡君-d2n Жыл бұрын
Great video! Very helpful and well-organized. Thank you for the effort making such high-quality content.
@noelatum8692 Жыл бұрын
you are an amazing teacher. this was so helpful, thank you.
@jsaenzMusic3 жыл бұрын
Thank you for shedding light on this subject! Very well explained.
@lindsey52362 жыл бұрын
I always get confused of those topics, thank you so much for your explaination, you are my life saver !!!!
@fetajonathan22474 жыл бұрын
Things my University didn't teach me😭..thanks #NesoAcademy. Am now literate on Threads
@BLG12010 ай бұрын
how u doin now?
@raagavirao8562 жыл бұрын
Seriously You are the best!!!!🖤🥺 Please do a video on types of hardware multi threading.
@dipeshchandiramani18975 жыл бұрын
Very useful content. Thanks a lot!
@coding_unicorn2 Жыл бұрын
Easy to understand😊
@itbepolicy60074 жыл бұрын
Note to self 0:20 "Program" here, seems to mean application--like what a user thinks of as a program: Word, Chrome. Judging by 4:20 and what I've been shown in earlier videos, I think that would make a process equivalent to a executable file within Word of Chrome. Or by "program" do you bymean each executable file can be, somehow put into working memory in many places at once--and each of those places in working memory is called a process? [I think the word "program", like many words in computer science, seems to have different meanings that I have to be careful about understanding depending on what's being discussed.]
@adipratapsinghaps3 жыл бұрын
Thanks for the register and stack info. Can we dive deep into them? How thread creation happen? How thread switching happens? Deep dive on hardware level?
@batista988543 жыл бұрын
Me too want the same information
@saadmanahmed8604 жыл бұрын
a thread is a basic unit of execution / CPU utilization. execution = cpu utilization
@abhishekvashisth831411 ай бұрын
the example made it very easy to understand thanks
@chenzhou95759 ай бұрын
Very well explained, thank you!
@yoganandareddy47213 жыл бұрын
This is the best way of explaining.....tq very much
@arnav_0397 Жыл бұрын
aahhhh! I was land on exact video I was looking for. Very well Explained
@footballCartoon914 жыл бұрын
@2:07 What do you mean each thread of same process will have to share it's code section, data section, and other os resources such as open files and signals? Do you mean that each of the thread of the same process will use the same memory address in ram? If that's the case how multithreading can be faster? If they use the same address?
@footballCartoon914 жыл бұрын
@3:26 Oh so each thread will have its own stack and register, Meaning different address in ram right?
@footballCartoon914 жыл бұрын
@4:02 What is the code, data, and files That are being shared in a process containing many threads? Is it much like import package files When we want to code in Java? Or maybe include header files in c++? So that we can access the functions or methods written by somebody else?
@footballCartoon914 жыл бұрын
@10:44 And now you says Each thread of the same process will have the same address in ram? So then how it can run faster? Meaning if one thread is using the stack in the ram completely, then another thread will have to wait until the stack has been deleted for the first thread i.e, the first thread has finish execution. Unless the address of the ram is big enough for many threads, then it can have many stacks run together
@free-palestine0003 жыл бұрын
Neso academy is the goat
@IFYatharthAurangpureIT Жыл бұрын
Best Explanation ❤
@dhruvburada53918 ай бұрын
Thank you for your efforts
@oliver99999-e3 жыл бұрын
very well explained!!! thanks
@bfilma4 жыл бұрын
Thank you so much!
@ashantharindu4660 Жыл бұрын
Thank you!! Greatly explained
@sachithkasa3811 Жыл бұрын
Following falcon book is too good❤❤
@ahmed_raaphat4 жыл бұрын
I watch the whole ads cause I can't donate to Neso Academy
@okwithbeingsolo8593 жыл бұрын
Yeah...Me too, same here bro
@ezatullahjunbesh99792 жыл бұрын
Well explanation, thanks so much
@AlifKhan-fd5ch3 жыл бұрын
Best way of explaining ❤️ thanks a lot
@jiyaajmani13 Жыл бұрын
God bless you!❤
@alaaageela11742 жыл бұрын
very nice explanation
@gatecomputerscience14842 жыл бұрын
/* Thanks sir ,such a amazing course */
@Ryukushinn2 жыл бұрын
Nice
@sibgatulhassan8099 Жыл бұрын
love your videos❤❤❤❤
@Shunya_Advait2 жыл бұрын
Thank You Sir😃
@AndyAlfa975 жыл бұрын
Thanks for uploading the useful informational vedioes. It's really help us 😊
@mdnazirhusain17213 жыл бұрын
Grt explaination sir ❤️
@priyankabharti45875 жыл бұрын
thanku sir, also i have cleared about the multi processor , that if there will be multi processor in the system then how multiple thread will work in that case.
@esra42812 жыл бұрын
you are the best i hope you good and happy life
@gideonkipyegon3 жыл бұрын
Thank you 💕
@jutlavasantha41764 жыл бұрын
Hi if you could post a video about only tasks,it would be great.
@kienphan64363 жыл бұрын
Thank you!
@ashishkumari7623 жыл бұрын
Thank you
@faizurahmanjamshedi73005 жыл бұрын
well explanation
@bestofthebest20554 жыл бұрын
Thank you sir
@merrygizaw62135 жыл бұрын
Thank you.
@poonamsain63872 жыл бұрын
Amazing😇tq so mch😊
@farahmohamed2104 Жыл бұрын
well explained
@rayanagoudnadagoudra54114 жыл бұрын
sir how to solve and it please it for solving the question Design and implement a program to add two m x n matrices (n>=100 and m>=100). In order to perform the above, two versions of the program need to be implemented, one, a sequential version and the other a concurrent version. The sequential version implements a function to add the two matrices. The concurrent version of the program spawns threads, each thread to add the assigned number of rows. The main thread computes the consolidated output matrix. Perform the following using file management system calls: a. Design and implement the application using sequential approach with functions b. Design and implement the application using multi threaded approach
@石川優太-n9r2 жыл бұрын
thanks for info.
@ahmed221Ай бұрын
ur the best
@dishasaumymondal26755 жыл бұрын
Nice sir😇😇
@bhupindernegi75414 жыл бұрын
Thanks for my help...... Helped me a lot......
@hemanthreddy38604 жыл бұрын
what
@dhanushsivajaya13564 жыл бұрын
Thankyou sir
@SathishKumar-ux4cv4 жыл бұрын
Hi. One quick question. What is the maximum threads can able to create by single processor..?
@upasisrinivasulareddy78922 жыл бұрын
Useful! Thanks alot
@prensudangol15479 ай бұрын
finally got it
@mahimanishad33874 жыл бұрын
thanks
@abhishekpatil9222 жыл бұрын
Thank you I passed 5th sem 😁😅😕
@jayasingha81154 жыл бұрын
Great✨
@batista988543 жыл бұрын
Fantastic
@balaramprajapati88703 жыл бұрын
good explain
@killerjohny61164 жыл бұрын
What is difference between pipelining and multi threading
@manojbaskar31943 жыл бұрын
superb
@PlaytimeExplorersph3 жыл бұрын
💕Thanks
@truptiranjansahoo75772 жыл бұрын
Thanku
@infoilahiindustries29033 жыл бұрын
amazing
@AndyAlfa975 жыл бұрын
In OS playlist there are just 55 lectures..and the remaining lectures are not visible to me if you put me in a way to find and access that remaining vedioes then it's be very helpful to me.Thank you sir
@sajidali_6567 Жыл бұрын
rest of the videos are for premium users
@rodrigotudancafernandez175 жыл бұрын
How the fuck do you make comic sans look good and at the same time manage to be my savior on the exams? Jokes aside, really good video
@prathvisingh82883 жыл бұрын
Suppose there is a process where the output of task-1 is the input of task-2 & the output of task-2 is the input of task-3 & so on. Will multi-threading be useful for such a process?
@aminesaber467 Жыл бұрын
Yes, multi-threading can be useful for such a process. By using multi-threading, each task can be executed concurrently in a separate thread, which can improve the overall performance of the process. This can be especially useful if some tasks take longer to execute than others, as it can prevent the entire process from being slowed down by a single slow task. However, careful consideration must be given to ensure that the tasks are executed in the correct order and that any dependencies between them are properly managed.
@shaziyasultana43735 жыл бұрын
Sir upload the video on computing environment
@GOODBOY-vt1cf3 жыл бұрын
5:22
@sanjay013764 жыл бұрын
even with single threaded processes with n processor we can execute many processes at same time right ?
@mohamadtabbakh98877 ай бұрын
quick question: I Want to know whether the thread information is such thread ID and so on reside in a threat control block (similar to the process control block) or not.
@imcnx15635 жыл бұрын
Hi! when you say data section, code section you mean by that data segment and code segment?
@IsThisSimulation5 жыл бұрын
Yes
@kornelijussliubauskas82992 жыл бұрын
With having some general knowledge of CPU and threads I would assume that even though it's called concurrency these calculations using multithreading are being made sequentially, because I can't imagine CPU running multiple calculations simultaneously as it doesn't have multiple ALU's and so on.. if i'm wrong please correct me, and thus I believe no one cares about this it would be fun to know
@bodapatisujatha41812 жыл бұрын
Hi sir, can u please Explain about RTOS
@Anas-qh3hk8 ай бұрын
title of video: intro to threads every two seconds in the video: we already discussed this in previous videos Hhhh
@manikantamaddipati10905 жыл бұрын
Question : How many Threads we will having on native os : May be 1,but how many max we can go? untill the memory allocated to process by os filled up?
@killerjohny61164 жыл бұрын
That depends on your processor .. if a processor has 2 cores it can process up to 4 threads at a time.. go and search for cores and threads of CPUs for further info
@aminesaber467 Жыл бұрын
the number of threads that can be created on a native operating system depends on various factors such as the hardware configuration, operating system architecture, and system resources available. The number of threads can also be limited by the operating system itself or by the application that is creating the threads. Therefore, the number of threads that can be created on a native operating system can vary widely depending on the specific system and its configuration.
@tabbytabrez67672 жыл бұрын
Could you please upload some videos on CPU load average in Linux.
@rawlayer999 Жыл бұрын
Reference book: Concept of OS
@delpro37352 жыл бұрын
Can you explain how those threads you are talking about relate to threads in CPUs? For example, when Intel promotes some CPU it says e.g. it has 4 core and 6 threads. What are those 6 threads actually? People on the internet write all kinds of confusing and misleading stuff...
@leandrawoods8568 Жыл бұрын
1:55 2:30 13:36
@darkhacker2025Ай бұрын
12:20
@z.kjadoon99904 жыл бұрын
what are the benefits of multiprocessor system for a single threaded process?
@LilMartyFarty4 жыл бұрын
none, I'd assume? If you have multiple processors and you're running a single threaded process, only one processor can run this process.. leaving the other 3 CPU's to be doing nothing.
@_________________4043 жыл бұрын
Advantage would be that it should in theory still be faster because the CPU can use some of it's other cores for running the OS and for other processes, so it should then use the core that is used the least to run your process.