OS | Process Management | Question on Process States | Ravindrababu Ravula | Free GATE CS Classes

Поділитися
Вставка
  • Опубліковано 4 лис 2024

КОМЕНТАРІ • 18

  • @meetdesai5241
    @meetdesai5241 7 років тому +6

    Maximum number of block processes was said to b M(i.e the total number of processes)..
    But processes can be blocked only when they are running right..there's no point in blocking the processes in ready state.
    The maximum number of blocked processes would be N(i.e number of cpu's) .
    If i m wrong please correct me!

  • @piyushjindal1612
    @piyushjindal1612 7 років тому +3

    If there are maximum processes at running state are N then should not the maximum processes at block state also be N ?
    (Because maximum processes that are to be sent to the block state has to be equal to maximum processes in running state)

  • @srujansriram
    @srujansriram 9 років тому +3

    You are assuming that M>N. If its not, then the maximum number of threads that could be in READY state is N. The rest of them would either be in SUSPEND state or uncreated.

  • @prathmeshbhadekar121
    @prathmeshbhadekar121 6 років тому +1

    Wouldnt the max in ready depend on the size of ready queue for each CPU

  • @AbhishekKumar-pe5tu
    @AbhishekKumar-pe5tu 8 років тому +2

    if a process comes into block state through running state then how can max ready state be M . It should be N?

  • @avacutee
    @avacutee 10 років тому +2

    thank you sir for videos !! your videos helping us in preparations.

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

    I think the maximum number of processes that can be blocked is M - N. Because if the number of processes is greater than the number of processors then it should be M - N. else no processes will wait, each processor can handle exact one process. Sir, please reply to me.

  • @haritubesailor
    @haritubesailor 9 років тому +5

    Isn't this fallacy to assume that 0 process would be in running state ?
    Because process management is itself a process so it must be running, hence there should be atleast one process in running state. which is Process of process management.

    • @srujansriram
      @srujansriram 9 років тому +2

      +HARIKESH DASHAPUTRA. I think its a fair assumption to make that the number does not account for the instrument that is doing the measurement (in other words, "conceptually" the human body temperature is 98.6, it does not include the temperature of the thermometer at the time of measurement).

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

    Shouldn't Max-Running be "min( M, N )"?

  • @TommyJefferson1801
    @TommyJefferson1801 7 років тому +1

    Maximum number of processes Running is the minimum of M and N.

  • @zito993
    @zito993 6 років тому

    Please upload more topic on operating system like deadlocks please sir, we need that

  • @suyogsalve5565
    @suyogsalve5565 9 років тому

    thank you sir for videos !!

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

    Thanks sir

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

    thnk you

  • @muskangarg6410
    @muskangarg6410 8 років тому +1

    in running state there could be only one process

  • @AnkitaYadav-qp4wn
    @AnkitaYadav-qp4wn 5 місяців тому

    #CFBR