⟩ Diff types of Lock Types?
RdConcurReadOnly 0 (Default)
RdConcurLock 1 (Pessimistic Locking)
RdConcurRowver 2 (Optimistic Lociking)
RdConcurValues 3
RdConcurBatch 4
RdConcurReadOnly 0 (Default)
RdConcurLock 1 (Pessimistic Locking)
RdConcurRowver 2 (Optimistic Lociking)
RdConcurValues 3
RdConcurBatch 4
Explain What is the need of process relative handles?
Explain the state of the processor, when a process is waiting for some event to occur?
Explain the cause of thrashing? How does the system detect thrashing? Once it detects thrashing, what can the system do to eliminate this problem?
Explain What are the difference phases of software development or software life cycle?
Explain What are types of kernel objects?
How to create a Mutex?
Explain the limit on per process for creating a thread?
Explain How do other threads own the mutex?
can User access these kernel objects structures?
example of microkernel?