동기화 - Spin Lock
저장소/VC++그냥 그런가보다 하고 넘긴 것들이 왜 이제야 눈에 들어오나.. 나태하다.
정리는 나중에,
영어 해석 잘 못하니까 아래 포스팅 우선 참고.
출처는 출처를 타고~~ 룰루랄라~~
참고 : http://choijaehyuk.com/236
참고 : http://dev.heartsavior.net/315
참고 : http://devnote.tistory.com/142
참고 : http://serverdown.tistory.com/239
다음 API에 대한 내용은 MSDN 보고 숙지
InitializecriticalSectionAndSpinCount
InterlockedCompareExchange(32-bit value compare)
InterlockedCompareExchange64(64-bit value compare)
InterlockedCompareExchangePointer(Pointer value compare)
더 많은 내용은 검색검색.
Lockless, Lock-free 기법도 찾아보자.
근데 적어놓고 다시 안 보면 fail ㅋ
'저장소 > VC++' 카테고리의 다른 글
GetQueuedCompletionStatus의 0 transferred bytes (1) (0) | 2012.11.16 |
---|---|
동기화 - Interlocked 함수들 (0) | 2012.11.09 |
WMI(Windows Management Instrumentation) C++ Sample (0) | 2012.11.09 |
Windows에서 openssl 빌드 방법2 (0) | 2012.11.05 |
Windows에서 openssl 빌드 방법1 (0) | 2012.11.05 |