In the problem mentioned in the image, on request of p3 (0,2,0) the need of p3 is becoming negative(means it has an extra resource). According to other general rules the request can be granted since safe sequence exists : P1 -> P3 -> P2.Banker 's Algorithm 문제 : 프로세스가 필요한 것보다 더 많은 리소스를 요청할 수 있습니까?
프로세스가 뱅커 알고리즘에서 더 많은 리소스를 요청할 수 있습니까? 안전한 요청이있는 경우 그러한 요청은 유효하거나 실현 가능한 것으로 간주됩니까?