Search Results

2
votes

Which CPU architectures support Compare And Swap (CAS)?

The x86 and Itanium have CMPXCHG (compare and exchange) …
4
votes

Which parallel programming APIs do you use?

We've started looking at parallel extensions from Microsoft - its not in release yet, but is certainly showing …
7
votes

Is MSMQ thread safe?

According to MSDN: Only the following methods are thread safe: BeginPe …