Are concurrency issues possible when using the WCF Service Behavoir attribute set to ConcurrencyMode
- by Brandon Linton
We have a WCF service that makes a good deal of transactional NHibernate calls. Occasionally we were seeing SQL timeouts, even though the calls were updating different rows and the tables were set to row level locking.
After digging into the logs, it looks like different threads were entering the same point in the code (our transaction using…