|
-
April 19th, 2010, 01:07 PM
#1
Detecting Race Conditions
Having written a small amount of multi-threaded code, one of the hardest things to deal with is detecting where race conditions could occur. This is especially true in code you write, believing it is thread safe, only to find out later it isn't.
Are there any general tips for analyzing and writing code to determine where race conditions could occur?
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
|