Synchronization for multiple readers, single writer?

后端 未结 7 577
余生分开走
余生分开走 2021-01-01 01:32

Another synchronization question...I hope you guys don\'t get annoyed ;)

Assume the following scenario: one central data structure (very large, so I don\'t really wa

7条回答
  •  情歌与酒
    2021-01-01 02:02

    You can find some detailed notes on solving this problem at msdn magazine and an excerpt from Programming applications for MS windows.

提交回复
热议问题