|
-
April 28th, 2010, 06:28 AM
#1
thread safe data
hello,
In C, if threadA has the ability to read and write to a complex data object and threadB is guaranteed to be read only, does the data object have to be thread safe?
since a writer exists, are you subject to race condition between threads?
But is this the only side effect, or is there the potential for memory volatility/corruption?
thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|