Fast reader/writer locks
Posted Jan 30, 2003 5:16 UTC (Thu) by
cpeterso (guest, #305)
In reply to:
Fast reader/writer locks by rickfdd
Parent article:
Fast reader/writer locks
I think there would be a race condition if the reader just looked for even/odd sequence number changes. If the sequence number was increments TWICE (by one or multiple writers), then the reader might not recognize the data change event.
(
Log in to post comments)