Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
저도 아직 아래 동영상을 보지는 못했지만 다수의 Logical Processor 가 사용되는 현재의 Server 환경에서 Global Dispatcher lock 은 성능 저하 요인입니다. 하지만 다수의 Thread 가 하나의 Data 구조를 변경하려면 Lock 은 필수인데 성능과 Data 무결성 두 가지를 해결하기 위한 방법이 아래 설명 되어 있습니다.
Arun Kishan: Inside Windows 7 - Farewell to the Windows Kernel Dispatcher Lock
추가로 동일한 분이 posting 한 내용 입니다.
Arun Kishan - Process Management in Windows Vista
감사합니다.