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.
