show/hide this revision's text 5 added 1 characters in body

I'm looking into educating our team on concurrency. What are the most common pitfalls developers fall into surrounding concurrency. For instance, in .Net the keyword static opens the door to a lot of concurrency issues.

Are there other design patterns that are not thread safe?

Update

There are so many great answers here it's it is difficult to select just one as the accepted answer. Be sure to scroll through them all for great tips.

show/hide this revision's text 4 Added update

I'm looking into educating our team on concurrency. What are the most common pitfalls developers fall into surrounding concurrency. For instance, in .Net the keyword static opens the door to a lot of concurrency issues.

Are there other design patterns that are not thread safe?

Update

There are so many great answers here it's difficult to select just one as the accepted answer. Be sure to scroll through them all for great tips.

show/hide this revision's text 3 typos

What are common Concurrency Pitfalsconcurrency pitfalls?

I'm looking into educating our team on concurrency. What are the most common pitfalls developers fall into surrounding concurrency. For instance, in .Net the keyword Staticstatic opens the door to a lot of concurrency issues.

Are there other design patterns that are not thread safe?

show/hide this revision's text 2 edited tags
show/hide this revision's text 1