Тёмный

Producer - Consumer Problem in Multi-Threading 

CodeVault
Подписаться 63 тыс.
Просмотров 113 тыс.
50% 1

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

 

5 окт 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 198   
@enkelly7496
@enkelly7496 2 года назад
Your tutorials are a goldmine. I took an Operating Systems class that literally had 0 lectures to explain the concept of multithread --- instead just a word vomit of text --- and this video was worth 10x of those classes. Keep up the great work!
@lazyeinstein8882
@lazyeinstein8882 2 года назад
is your prof kamen?
@dongolahmed
@dongolahmed 3 года назад
man ... your channel is like a treasure to me ... I'm really happy that I found it
@daveh9941
@daveh9941 8 дней назад
These videos have saved me a lot. My university lectures are so convoluted and over the top it takes me hours to understand what they are trying to explain, yet these videos explain the exact same material in a very clear and concise way. Great job and thank you for these videos on C.
@morganhill6936
@morganhill6936 3 года назад
This is a fantastic explanation of a concept that I could not wrap my head around. I really appreciate your work!
@jcenter25
@jcenter25 3 года назад
It is impressive how you can explain abstract concepts so simply. Great video! Your channel has been so helpful for my Operating Systems course.
@S3Raziel
@S3Raziel 2 года назад
in addition to the excellent explanations of multithreading concepts and examples of how they can be useful in application, i really appreciate how you demonstrate the process of problem solving in every episode, starting from programming the most basic model of the program and debugging it as you add more functionality - it really helps to have that good practice demonstrated for beginners like me. also appreciate how often you look into the camera, it really does make the lesson feel more engaging. thank you so much to you and your team, I'll be referencing your content and supporting your channel for years!
@maccsmaker
@maccsmaker 3 года назад
wow. jesus. I've sat through hours of class about this subject and never understood a single sentence, but you just explained 5-6 lectures in 25 minutes like fucking Picasso, I've never felt so confident about understanding Producer Consumer multithreading. Thank you!
@ventsislavnachev157
@ventsislavnachev157 2 года назад
These are the best Unix C - Threads/Processes video tutorials ever! As a teacher, I recommend and share your videos with all my students. I recommend you to make video series about sockets and network programming with C. Greetings from Bulgaria!
@CodeVault
@CodeVault 2 года назад
Thank you so much! I'm glad other teachers appreciate my work. And thanks for the recommendation, it is the most requested so far, I'll look into it as soon as possible
@ajidaniel8818
@ajidaniel8818 8 месяцев назад
Dude you are a champion, such complex concepts you explained so easily. Your videos are so good, keep posting and continue throwing light in to so many peoples careers
@lakoper478
@lakoper478 3 года назад
omg the odds of getting 69 on the first run... awesome when u think abt it
@NOPerative
@NOPerative 3 года назад
Can't accuse this guy of abusing "Hello, World!" for a viewer count. Threading practical lab ++ Good stuff, as usual. Happy holidays, btw.
@CodeVault
@CodeVault 3 года назад
Happy Holidays and hope you have a Happy New Year!
@mohad12211
@mohad12211 Год назад
this video is absolutely fantastic. I really like your detailed style. explaining everything. I hope that you're doing well, and that you plan to continue in the future.
@basakbalc5169
@basakbalc5169 3 года назад
I understood both the mutexes and semaphores and I now know how to do my homework. Thank you very much. Very clear explanation. Now I am eager to learn more.
@mariajesuscanolesroa9419
@mariajesuscanolesroa9419 3 года назад
Thank you so much! I have to do a kind of program about producer and consumer for the university, and this video helped me a lot to understand the problem!
@wolfwalker_
@wolfwalker_ 3 года назад
Thank you very much for your lecture. I had never understood producer/consumer problem until I see your video.
@chetanputtappanavar3425
@chetanputtappanavar3425 2 года назад
Subscribed.. I felt you are the best teacher after mycodeschool teacher. I real understood concepts very well. Thank you
@naruz5262
@naruz5262 3 года назад
haha he almost laughed when he got "69" as the random number , gcc is a kinky , love the videos !
@gn03398604
@gn03398604 3 года назад
This problem quiet confuse me for a long. Thank you for taking such a good example to help me understanding!
@tythedev9582
@tythedev9582 3 года назад
Thank you! I definitely needed this for school. Sometimes having a topic explained makes it click. Subbed!
@OlliS71
@OlliS71 8 месяцев назад
If you have a producer-consumer-problem and use mutexes, you'd use condition variables along with them. That's much more efficient under load conditions where the producers and consumers are constantly processing.
@cyngtr
@cyngtr 3 года назад
this channel is the only reason i am passing my course. you are awesome and keep up the C videos!
@smrtfasizmu6161
@smrtfasizmu6161 2 года назад
This video really makes it clear why they are called semaphors. It was a fun video to watch, the 25 minutes of the video flied by so fast. Your videos and Jacob Sorber's videos explain semaphors nicely.
@wizerd432
@wizerd432 3 года назад
Very well explained! In understanding how all these things work together, you helped me see the beauty of it and I really appreciate that, thank you!
@youthfull3616
@youthfull3616 Год назад
Awesome ❤. nice demonstration of pthreads and shared memory and synchronization.
@mirali5217
@mirali5217 10 месяцев назад
Simply awesome and echo the same many netizens mentioned in the below comment; Thank You!, can you please show an example for the use of Channel API
@turuus5215
@turuus5215 Год назад
Another excellent tutorial! Your YT videos are much appreciated. Thank you.
@gautamkumarshukla3055
@gautamkumarshukla3055 Год назад
very nicely explained and covered the problems with mutex solution
@joaoafonso3330
@joaoafonso3330 3 года назад
You are the best man! Your videos are actually helping me so much at college .Thank youuu
@KamalKumar-bk6rn
@KamalKumar-bk6rn Год назад
That was a good explanation @CodeVault, thank you very much.
@adreto2978
@adreto2978 Год назад
echoing the hundreds of comments you've already received, but this is truly the best OS programming in C channel on RU-vid!
@prateekdhingra292
@prateekdhingra292 2 года назад
Excellent. Thanks From India
@mrohit2011
@mrohit2011 3 года назад
Perfect explanation ..... You are a gem brother.
@cyrusmajd7073
@cyrusmajd7073 3 года назад
Thank you so much for this video, you make these things very fun and easy to understand!
@benjaperez
@benjaperez 2 года назад
Excelent Job, Great explanation my friend. Thanks for that.
@ikrionDai
@ikrionDai 3 года назад
I level up from dummy to beginner, and the explaination are so clear... Thanks. it's a shame I cannot hit le like button 69 times.
@ericbaptista536
@ericbaptista536 2 года назад
Thanks a lot! On the source code from the description, the if statement inside the loop is different from the one on the video. if (i > 0) instead of if (i % 2 == 0 )
@CodeVault
@CodeVault 2 года назад
Thanks for pointing it out! I changed it in the video near the end to only create one consumer. You can use either one of those to experiment yourself
@ericbaptista536
@ericbaptista536 2 года назад
@@CodeVault oh ok that makes sense. But if we want to split the threads between producer and consumer evenly we should keep the mod right? Thanks for all the content by the way, great stuff!
@CodeVault
@CodeVault 2 года назад
@@ericbaptista536 Yes, exactly!
@jeffsherin9564
@jeffsherin9564 10 месяцев назад
On MacOS have to use GCD (dispatch_semaphore_t, etc) because sem_wait and that family are "deprecated".
@CodeVault
@CodeVault 8 месяцев назад
Interesting to know
@LLyes
@LLyes 3 года назад
i hate seeing someone like you, who is such an amazing explainer, getting views like that , for this videos therre is only 1_000 views !!! also, i hope you doing some machine learning and ANN stuff on youtube in the futur too good luck
@intjprogrammer3877
@intjprogrammer3877 2 года назад
Hi CodeVault, thank you for your great explanation. I want to check if my understanding is correct. First, sem_wait(), sem_post() have to be atomic (not be interrupted). Because of that, their check need to be very trivial. I.e, wait() and post() should only check if( empty/full >0 ). This concept is called guarded commands. Now, because these checks have to be simple, we need two semaphore variables for producer and consumer. I.e, for producer, check if empty > 0 and for consumer, check if full > 0. That is the reason why we need two semaphore variables instead of just "int count"; Am I right?
@CodeVault
@CodeVault 2 года назад
Yes that is correct
@kaktusstechus814
@kaktusstechus814 3 года назад
Stellar explanation!
@kayakMike1000
@kayakMike1000 Год назад
Why is it a problem? Just use a ring buffer with a read pointer and a write pointer. If the read ptr is the same as the write ptr, the buffer is empty. The write pointer advances the write ptr after the data is stored at that memory location. You will probably need a fence there, to ensure that the pointer is incremented after the data store. The read pointer never increments past the write ptr.
@CodeVault
@CodeVault Год назад
It's a common problem taught by many professors across the globe. You can always argue about its usefulness in the real world but that's not my goal here with those videos. Students are taught poorly about this topic and I'm trying to provide better material for them to learn from I might make a video implementing the improvements you listed there
@kayakMike1000
@kayakMike1000 Год назад
@@CodeVault oh, cool beans. I had a microcontroller with a cortex-m4 paired up with a m0+ coprocessor. I think it was an NXP LPC 43xx or something. They had a piece of hardware that managed a communication channel between the two cores that worked like I describe. It's kinda like a plan9 channel. Sadly... I don't know if it could be extended beyond two communicating threads...
@0xfsaymyname
@0xfsaymyname 4 месяца назад
I love u so much man, you’re the greatest
@joshuaromisher9574
@joshuaromisher9574 Год назад
Thank you, this was extremely helpful!
@lakoper478
@lakoper478 3 года назад
great explanation, thank you for uploading!
@mahmutdikcizgi9773
@mahmutdikcizgi9773 2 года назад
Now the real question is, can we use semfull value to point the array index (in lifo fashion) instead of count variable. Great content, subbed btw.
@CodeVault
@CodeVault 2 года назад
Hmm, I'm not sure I understand the question. Can you elaborate more please?
@utkuerdogan6551
@utkuerdogan6551 3 года назад
Thank you for clear explanation. As I understand you use both mutex and semaphores because the usage of two different semaphores does not prevent producer and consumer from executing critical section simultaneously. So you need mutex as well. Is my conclusion correct?
@CodeVault
@CodeVault 3 года назад
Yes. Without a mutex, you could produce multiple items at the same time, have the critical section executed by 2 consumers at the same time which creates a race condition on the array it's reading from
@salimalkhaddoor
@salimalkhaddoor 7 месяцев назад
Perfect explained!
@jeetmody307
@jeetmody307 2 года назад
Great content! 1 follow up question - Let us assume we have 8 threads, 7 consumers, 1 producer. All 7 consumers will wait on sem_wait(semFull). When the producer produces a number, the waits will be released all at once (This is an assumption I am making on how sem_post works) and then the 7 will try to enter critical section and 1 by 1 try to read but after the first consumer has read the data, it will not find any more data to read. How is this handled?
@jeetmody307
@jeetmody307 2 года назад
If sem_wait knows to release all the waits 1 at a time for each sem_post, this problem will probably be solved, right? And given that your code does work, I guess that is how sem_wait might work.
@CodeVault
@CodeVault 2 года назад
Both sem_wait and sem_post are atomic operations. Semaphores have that integer that it keeps track of for threads to know when they should continue execution and when they should not. Well, that process of checking that integer and decrementing it, is atomic. This means that if one sem_wait checked and decreased the value another sem_wait will ALWAYS see the decreased value thus maybe not continuing execution (suppose we have started with a value of 1) I suggest you even make the experiment yourself
@stefantincescu7169
@stefantincescu7169 2 года назад
Felicitari din nou pentru continut. Sunt developer de 4 ani si am simtit nevoia sa imi reamintesc anumite concepte. Pot spune ca in cateva ore sunt la fel de "fresh" ca in facultate.
@RicardoATBarbosa
@RicardoATBarbosa 3 года назад
Thank you so much! You helped me a LOT!
@waldo4902
@waldo4902 3 года назад
Fantastic content. Thank you very much!
@youthfull3616
@youthfull3616 Год назад
Can you please make a content on thread schedule policy
@satviksharma6102
@satviksharma6102 2 года назад
So can we say mutex's main purpose for producer/consumer environment is to lock the critical section and semaphore's main function is to provide synchronisation between the threads?
@CodeVault
@CodeVault 2 года назад
Yes. Basically semaphores are just there so that you can notify threads to wake up when something happened and mutexes for what you mentioned: locking the critical section
@narasarajv5278
@narasarajv5278 3 года назад
Thank you. Happy new year 2021
@CodeVault
@CodeVault 3 года назад
Happy new year!
@VoxLott
@VoxLott 2 года назад
8:51, nice
@cybershark1991
@cybershark1991 2 года назад
Nice and helpful video. tank you for that.
@ivankraev1322
@ivankraev1322 2 года назад
Amazing video, thank you!
@shubhammanojkanse6169
@shubhammanojkanse6169 2 года назад
I loved the video. Can you please tell the solution only using mutex conditions ???
@CodeVault
@CodeVault 2 года назад
Hmm, I might look into it
@yahmk3978
@yahmk3978 Год назад
Thank you!
@samarthtandale9121
@samarthtandale9121 Год назад
I have a question: how is the sem_wait implemented internally? With interrupt mechanism or busy cycled?
@CodeVault
@CodeVault Год назад
sem_wait is using a spin lock (busy waiting) on Linux. But the scheduler might change it to a lock if the spin-lock is not unlocked in a reasonable time-frame
@bubbaganoosh
@bubbaganoosh 3 года назад
Thank you so much sir. You are an angel :)
@garyablett9284
@garyablett9284 2 года назад
Yeah dude amazing lecture
@sumanthkv9927
@sumanthkv9927 3 года назад
This is incredible👌👏 Just one quick question . Instead of using two semaphores, can we use one condition variable to wait and signal producer and consumer with some conditions?
@CodeVault
@CodeVault 3 года назад
Yes, you can do the same thing with condition variables but you'd need two of them. One for producing and one for consuming
@instareels492
@instareels492 3 года назад
Thank you brother..great video
@nishadkanago4393
@nishadkanago4393 9 месяцев назад
This was so good 👍
@adzn570
@adzn570 3 года назад
8:51 this man hella lucky
@martinmickels1478
@martinmickels1478 3 года назад
14:30
@kostasrompokas
@kostasrompokas 3 года назад
Yesss more videos
@thamlethihong4894
@thamlethihong4894 Год назад
Great video. However, I was wondering if we could just use 1 semaphore will this problem be solved?
@CodeVault
@CodeVault Год назад
No. Because you cannot make a thread wait on an arbitrary value of a semaphore (you need to wait for both producer and consumer threads in different situations)
@v_dragn5768
@v_dragn5768 2 года назад
This is an amazing video! Thank you so much! I just have one question, say we wanted a certain produce a certain amount of integers, say 100. How would that be implemented?
@CodeVault
@CodeVault 2 года назад
You could pass the amount to produce as an argument to the producer. Here's how to do that: code-vault.net/lesson/18ec1942c2da46840693efe9b51f9f86
@junayedmahmud191
@junayedmahmud191 3 года назад
this video is a life saver
@joeflipflopj8727
@joeflipflopj8727 3 года назад
Thanks best regards...
@mantza132
@mantza132 2 года назад
Thaks for the video!
@lazygamedesigner5688
@lazygamedesigner5688 3 года назад
Thank you.
@ed.peguillan.3
@ed.peguillan.3 3 года назад
Thank you for this great video! I just have a question about how you'd organize the ownership of these mutexes and semaphores in a larger project: Suppose you wanted to use encapsulation as much as possible and avoid creating things in the global scope, as you have done in the video. Maybe you have a producer struct that stores all the properties of one or more producers, and the same thing for the consumer(s). Who should own the mutexes and semaphores? Do you make a separate struct, maybe in it's own translation unit, that contains the mutexes and semaphores that are going to be used for each part of your project? And then the producer struct just stores a reference for each of the mutexes and semaphores it needs? I'm basically just asking: how do you organize it? Thanks!
@CodeVault
@CodeVault 3 года назад
Hmm... that's a good question. If I had to do it the OOP way I would simply have a main struct that contains information about the consumers, producers and all the synchronization variables (semaphores, mutexes etc.)
@ed.peguillan.3
@ed.peguillan.3 3 года назад
@@CodeVault okay, thanks! If you get the chance, I just want to suggest that I'd be interested in seeing a video that talks about how you'd commonly see (medium to large) c projects structured in the wild, and maybe some common design patterns that are typically used. If you've already done that, sorry! I'm still making my way through your videos.
@CodeVault
@CodeVault 3 года назад
No, I haven't. I noted it down and may look into it at some point, thanks!
@zxuiji
@zxuiji 2 года назад
9:56, Frankly I would not share control of the buffer variables, instead I would make the consumer thread treat them as read only, something like: #define PRODUCE 10 bool producing = true; uint consuming = false; uint count = 0; int buffer[PRODUCE] = {0}; void* producer( void *ud ) { while ( producing ) { for ( count = consuming; count < PRODUCE; ++count ) buffer[count] = rand() % 100; while ( consuming ) pthread_yield(); consuming = count; } return NULL; } void* consumer( void *ud ) { while ( producing ) { consume: while ( consuming ) printf( "Got %d ", buffer[--consuming] ); } if ( consuming ) goto consume; return NULL; } **Edit:** Thought of a different method I liked better so I modified the above to reflect
@bennetting1609
@bennetting1609 Год назад
Nobody can convince me otherwise that he wasn't just sitting there re-recording his section until he got 69 as a random number
@CodeVault
@CodeVault Год назад
I got it the first time so there was no need to re-record😎
@ShivamGupta-gn8cn
@ShivamGupta-gn8cn 3 года назад
If we are using mutex in consumers and let's say there are multiple consumers who wants to work parallelly wouldn't that affect the parallelism of the program?
@CodeVault
@CodeVault 3 года назад
Well, yes, that's exactly why, when you have a program using say 2 cores instead of 1 you don't see a 2x performance gain
@ShivamGupta-gn8cn
@ShivamGupta-gn8cn 3 года назад
@@CodeVault so what should we want to achieve that particular scenario?
@CodeVault
@CodeVault 3 года назад
@@ShivamGupta-gn8cn Well, usually you will need to synchronize threads for certain operations. For adding and removing from the tasks list we really have to have a mutex around it. Although, you should consider that the operation of adding or removing from the tasks list is much MUCH less performance intensive than executing the tasks themselves.
@odayalkhatieb8439
@odayalkhatieb8439 3 года назад
thank you for this amazing video its pretty useful just one question how can we do the same thing with a binary Semaphore instead of mutex
@CodeVault
@CodeVault 3 года назад
(for others that might have the same question) I explain it in this lesson here: code-vault.net/lesson/dlppk1iiz7:1609433599467
@monzurulislam8018
@monzurulislam8018 3 года назад
Great video! Really enjoyed it. I have a question though. If I have multiple producercers , will this code cover that case as well. If not, could you suggest what other modifications are needed. Thank you.
@CodeVault
@CodeVault 3 года назад
Try it for yourself first and see if that works
@lucasbernardoni
@lucasbernardoni 3 года назад
@@CodeVault It only consumes the last produced element. Shouldn't it produce all N elements, then they get consumed one by one and finally produce N elements again?
@antonfernando8409
@antonfernando8409 Год назад
Great video , is there way thr consumer can add to the buffer with minimum waiting while the slow consumer is busy consuming. Thanks. Thst Is When there still slots on the buffer. Thanks.
@CodeVault
@CodeVault Год назад
I'm not sure what you mean by "minimum waiting" but simply executing what the producer is doing inside the consumer's function should do the trick. Just be careful to not create an infinite loop since then your consumer would also be a producer
@antonfernando8409
@antonfernando8409 Год назад
@@CodeVault Thanks for the insight. My producer can very rapidly insert new packets to a fixed size circular buffer/array[4], but my consumer is very slow. Producer should only wait if already full of new packets, and consumer can wait if no packets. But producer shouldn't be blocked while trying to insert a new packet when not full. I was worried the slow consumer taking the mutex could prevent the producer to take the mutex to insert a packet to non-full circular buffer. The slowness of the consumer shouldn't affect the producer from adding new packets while not-full. Appreciate any suggestions, thanks, and merry Christmas.
@CodeVault
@CodeVault Год назад
The mutexes on both sides are important as to not cause race conditions. I think you have to think a bit differently about the consumer/producer problem. In the real world, for the vast majority of cases the actual "producing" and "consuming" part of the algorithm is what takes most of the time. The time waiting by locking/unlocking a mutex is insignificant in the grand scheme of things. Now, to improve the performance of inserting/removing from your buffer you could implement it using a linked list with 2 mutexes. Then you would only need to lock certain parts of the linked list to insert and remove
@stefantincescu7169
@stefantincescu7169 2 года назад
you are a genius
@ydidiyaassefa5415
@ydidiyaassefa5415 2 года назад
One question I tried running the code and it seems like it never ends. How can I give it a limit to work on say like when there is nothing on the buffer to stop or any type of signal to terminate. Video is amazing as usual.
@CodeVault
@CodeVault 2 года назад
One simple way is to just change the while(1) to some other proper condition. Another way you could do it is have a timer variable and decrement it each second on a separate thread and reset it back to the initial value whenever you have consumed an item. If the timer gets to 0 then the thread simply terminates the whole program (by calling exit() or something)
@Bearded_Dragon_Sir
@Bearded_Dragon_Sir 2 года назад
How could the consumer be created to make it a first in first out buffer instead of a first in last out buffer?
@CodeVault
@CodeVault 2 года назад
It's fairly simple, just take the first element and move everything to the left by one index: if (count > 0) { y = buffer[0]; for (int j = 0; j < count - 1; j++) { buffer[j] = buffer[j + 1]; } }
@Bearded_Dragon_Sir
@Bearded_Dragon_Sir 2 года назад
@@CodeVault Thank you! This was basically one of the last pieces to completing my class project!
@airamae1099
@airamae1099 2 года назад
Thank u so much!
@pielevlad8090
@pielevlad8090 6 месяцев назад
congrats!
@glistergoodness4135
@glistergoodness4135 3 года назад
Very nice video💪🏼
@sunwoodad
@sunwoodad 3 года назад
Great video, there are multiple producer/consumer videos here but this is the best and easy to understand to cover multiple/multiple case. Question, which is the better way to implement a producer/consumer? Use semaphores like this or condition variables (like you implemented the gas station)? Because, if pthread_cond_broadcast() is used then multiple consumers case can be covered. Can't it be implemented if pthread_cond_broadcast() is used at both sides to handle multiple/multiple situation?
@CodeVault
@CodeVault 3 года назад
Yes, you can do it with condition variables as well! And actually it's a good exercise. I don't think you need broadcast even when dealing with the multiple/multiple situation unless your producers create multiple values in the buffer.
@sunwoodad
@sunwoodad 3 года назад
You're right, I just checked with changing to pthread_cond_signal(), it still works correctly with multiple/multiple case. Thank you so much!!!
@sunwoodad
@sunwoodad 3 года назад
One more request, could you make a video to compare the pros/cons for IPCs? When to use pipe and not use socket something like that?
@CodeVault
@CodeVault 3 года назад
I can look into it
@sunwoodad
@sunwoodad 3 года назад
@@CodeVault Please re-consider to print out the value at the outside of semaphore protection of consumer() function. I just checked, if consumer has some delay and doesn't go into the semaphore routine then it prints a garbage value.
@elio8119
@elio8119 3 года назад
Hi, good video but the code has problems. Don't ever call rand() by multiple threads. rand() it's not safe, use rand_r() in order to be thread safe.
@CodeVault
@CodeVault 3 года назад
Thanks! I didn't want to complicate the code any further. Do you know if there is an alternative to this in the C standard itself?
@elio8119
@elio8119 3 года назад
@@CodeVault I don't think it is. Idk how portable is rand_r() but a compile time macro should do the trick.
@CodeVault
@CodeVault 3 года назад
Alright, thanks. I'll keep that one in mind
@poorianoorian9998
@poorianoorian9998 2 года назад
Thanks for your perfect and beautiful code But why for us didn't print done when the buffer was consumed? In my case i produce n items and when all of them was consumed it shows done So i bounded while for n items Is it true?
@CodeVault
@CodeVault 2 года назад
I'm not sure what you mean. Can you share the code and explain your question a bit more in detail?
@kaal_bhairav_24
@kaal_bhairav_24 3 года назад
awesome content
@Fahodinho
@Fahodinho 2 года назад
cheers mate!
@irshadali3083
@irshadali3083 3 года назад
Hi ,Sir. its a great platform for me.. Sir can you make lectures on "Semaphore with multi process(fork()) " and on "Semaphore with multi process (shared memory synchronization)"?
@CodeVault
@CodeVault 3 года назад
I'll look into them in the future. For now it was strictly multi-threads or multi-process
@irshadali3083
@irshadali3083 3 года назад
@@CodeVault Alright
@blank6925
@blank6925 3 года назад
what about solving the producer consumer problem using monitors?
@CodeVault
@CodeVault 3 года назад
Haven't made a video on monitors, I'll leave you to figure it out till then ;)
@KangJangkrik
@KangJangkrik 2 года назад
Despite 1 year late, I would like to correct things here: 1. Use rotating buffer instead of linear one, it's a lot faster for big array 2. Rotating buffer uses 2 integers, cursor and current length 3. Don't overcomplicate the code as example using "for" loop to initialize only 2 thread. This hurts beginners
@angelomarzocchi4202
@angelomarzocchi4202 2 года назад
basically you should not be a beginner if you're watching this video. You're supposed to have a good knowledge of programming concepts, C language, Data Structures and Alghoritms. So a for loop should now scary you. It makes no sense to start learning multi-threading programming if you don't have the basics.
@Apprendreoreilly
@Apprendreoreilly Год назад
I'm still not understanding why when u put 2 sleep of one second the thread doesn't wait for 2 second before answering. did i miss something ?
@CodeVault
@CodeVault Год назад
Is this what you mean?: Why when we add sleep(1) to both the consumer and producer threads it doesn't wait 2 seconds? It's because both threads run in parallel so both start waiting 1 second and stop waiting for 1 second at the same time
@hobbe.tronics6889
@hobbe.tronics6889 2 года назад
sanfoundry youtube channel, is that guy your brother??
@CodeVault
@CodeVault 2 года назад
No, I don't know him actually, but he does look similar haha
@ankitsingh-lj8xm
@ankitsingh-lj8xm 3 года назад
can you explain how to check buffer is full and empty
@CodeVault
@CodeVault 3 года назад
You just check if count >= 10, then you know the buffer is full. If count is 0 then the buffer is empty
@drainis
@drainis 2 года назад
I find it odd that at 13:18 with the same code I wasn't getting any -1s...
@CodeVault
@CodeVault 2 года назад
With multi-threaded applications not everything is the same on every machine at every time. I think I also had to run it a couple to get this result. That's kind of the difficulty in creating multi-threaded applications, these types of situations are not guaranteed everywhere but they CAN happen
@drainis
@drainis 2 года назад
@@CodeVault I see what you mean. I was coding along to I was double checking I had the equivalent thing and by the end I was comfortable with it. Your videos on mutexs, semaphores and condition vars helped me so much and you made them fun to learn
@meer_kat5158
@meer_kat5158 3 года назад
Hi, let's say I want to make a data logger that is getting data and logging it to a database. What sort of architecture should I be looking at. I think this is something to start with.
@CodeVault
@CodeVault 3 года назад
If it's on the same project that you're logging, then yes, 1 consumer for saving to the database and the producers are whatever threads you have on your project. Otherwise, if it's a standalone project just for logging, you might want to use sockets and send the data through them. There you don't really need thread synchronization as the database should be taking care of that for you.
@GiorGoS07031992
@GiorGoS07031992 Год назад
Do you really need the mutex after adding the semaphores?
@CodeVault
@CodeVault Год назад
Yes, because you could have the producer produce 2 or more items at once and that would lead to a race condition when editing shared data.
Далее
What are binary semaphores?
6:49
Просмотров 18 тыс.
Python Tutorial - 26. Multithreading - Introduction
11:37
Introduction to semaphores in C
12:24
Просмотров 125 тыс.
Producer And Consumer Problem
15:42
Просмотров 36 тыс.
Calling fork multiple times
13:58
Просмотров 110 тыс.
Faster than Rust and C++: the PERFECT hash table
33:52
Просмотров 577 тыс.