.Net concurrency performance on client side
- by Yaron Naveh
I am writing a client side .Net application which is expected to use a lot of threads. I was warned that .Net performance is very bad when it comes to concurrency. While I am not writing a real-time application, I want to make sure my application is scalable (i.e. allows many threads) and somehow comparable to an equivalent cpp application.
Anyone can share his experience?
Anyone can refer me to a relevant benchmark?