Is Microsoft CCR gaining any traction?
Posted
by spender
on Stack Overflow
See other posts from Stack Overflow
or by spender
Published on 2009-07-23T23:51:22Z
Indexed on
2010/06/12
16:33 UTC
Read the original article
Hit count: 191
ccr
Microsoft's Concurrency and Coordination Runtime quite literally saved a project that was running into major issues with deadlocking. Since then I find that I use it more and more frequently for almost anything that requires asynchronous coding producing results that run lighter and faster than before. I can honestly state that it has transformed the way I think about multithread/multicore dev. Despite my personal love for CCR, there appears to be very little buzz surrounding it on the web and was wondering if anyone can offer any reason for this. Are there better alternatives, or is it a lack of promotion from MS, or are people simply happy with the existing tools?
© Stack Overflow or respective owner