Це відео не доступне.
Перепрошуємо.

Bounded buffer Problem | Using Semaphore | OS | Lec-58 | Bhanu Priya

Поділитися
Вставка
  • Опубліковано 29 тра 2018
  • operating systems
    bounded buffer problem using semaphore
    - Producer Process
    - Consumer Process

КОМЕНТАРІ • 36

  • @gs8589
    @gs8589 5 років тому +18

    empty is initialised with N not 1.....in the problem is N value equal to 1?

  • @osnapitznour04
    @osnapitznour04 3 роки тому

    very good explanation. thank you

  • @mohammedamaan7351
    @mohammedamaan7351 5 років тому +6

    You are great !!!! And a life saver !!!

  • @bhargavamn1541
    @bhargavamn1541 Рік тому

    u are traching is so good mam.

  • @peswar6478
    @peswar6478 Рік тому

    Thank you

  • @akshayubale2195
    @akshayubale2195 5 років тому +20

    Empty is initialized to n not 1🙄

    • @naserbekhiet9798
      @naserbekhiet9798 5 років тому +1

      You are right, is a mistake for sure ...I hope it will be corrected in a new video ...

    • @akshayubale2195
      @akshayubale2195 5 років тому

      Happens..its ok

    • @marioben7
      @marioben7 5 років тому

      2:50 is right in the video. unless we are watching two different videos

    • @mohammedmehdi3424
      @mohammedmehdi3424 Рік тому

      Empty is initialized N but its also given that N can hold one item per buffer this is why we take N=1

  • @vivekraghu722
    @vivekraghu722 5 років тому +1

    is this and producer consumer problem same ?

    • @HelepodGTech
      @HelepodGTech 5 років тому

      Yes en.wikipedia.org/wiki/Producer%E2%80%93consumer_problem

    • @jangamithilesh1910
      @jangamithilesh1910 5 років тому

      Yes

    • @anmol9886
      @anmol9886 Рік тому

      the bounded buffer problem is a specific case of the consumer-producer problem that introduces the constraint of a fixed buffer size. The core challenge in both problems is coordinating the actions of the producer and consumer processes to ensure safe and efficient access to the shared buffer.

  • @copyrightfreeMusicofficial1
    @copyrightfreeMusicofficial1 7 місяців тому

  • @DBbecchi
    @DBbecchi 5 років тому

    good .......explanation

  • @ilyapronyashin3622
    @ilyapronyashin3622 3 роки тому

    Ахереть. Как только люди не изворачиваются, чтобы заработать. И правильно делают.

  • @fasirahman1987
    @fasirahman1987 5 років тому +1

    unless vdo...fully copied from slides of operating system ch 5

  • @vadlatejaswini7075
    @vadlatejaswini7075 4 роки тому +1

    What is mutex mean

    • @msRama-sz7bh
      @msRama-sz7bh 4 роки тому

      means "Lock" it is short name of mutual something -forgot-

    • @rajeshmarri4035
      @rajeshmarri4035 3 роки тому +1

      @@msRama-sz7bh mutual exclusion

  • @sufyan-yx1cw
    @sufyan-yx1cw 4 місяці тому

    Wait (P) Operation: If the semaphore value is 1, it decrements the value by 1 and allows the process to proceed. If the value is 0, it blocks the process until the semaphore becomes 1.
    Signal (V) Operation: Increments the semaphore value by 1, potentially allowing a waiting process to proceed.

  • @sripriyareddy3685
    @sripriyareddy3685 3 роки тому

    thank you soo much akka

  • @saikiranpatirla3214
    @saikiranpatirla3214 4 роки тому +15

    Mam, you had put a lot of effort into this, but you are confusing us for simple problems because you are not connecting from previous concepts why they are not useful and there is no logical derivation in your lecture, it is like you read the content and just putting it forward. Sorry mam, my concern was not to point you out but your work should not go in vain. Thank you.

  • @kavindudananjaya3290
    @kavindudananjaya3290 5 років тому +1

    good one. those who are complaining about the empty - n , I think they can not get the exact logic of the solution

  • @user-kr7ph8tp6s
    @user-kr7ph8tp6s Рік тому

    Tomorrow os sem exam

  • @padminikalburagi1783
    @padminikalburagi1783 4 роки тому

    Mam..I'm not understanding the code correctly

  • @saurabhroy5436
    @saurabhroy5436 Рік тому

    kudos to your effort but very bad explanation looks like you are just reading the content

  • @emreguven249
    @emreguven249 3 роки тому

    ı love eating cow

  • @amanibeeraka768
    @amanibeeraka768 5 років тому +2

    it is not clarity

  • @Mortikus3
    @Mortikus3 5 років тому +3

    "philospher" loooool

  • @arshpreetgrewal7048
    @arshpreetgrewal7048 4 роки тому +7

    not explained clearly

    • @balla4004
      @balla4004 3 роки тому +1

      Stupids won't understand good explanation 😂

  • @yadvendarSingh84
    @yadvendarSingh84 3 роки тому +1

    Very bad explanation I didn't get anything 🙁

  • @msRama-sz7bh
    @msRama-sz7bh 4 роки тому

    Thank you