.Net concurrency performance on client side
Posted
by Yaron Naveh
on Stack Overflow
See other posts from Stack Overflow
or by Yaron Naveh
Published on 2010-03-22T19:20:23Z
Indexed on
2010/03/22
19:31 UTC
Read the original article
Hit count: 466
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?
© Stack Overflow or respective owner