How are you taking advantage of Multicore?

后端 未结 22 2236
囚心锁ツ
囚心锁ツ 2020-12-12 10:24

As someone in the world of HPC who came from the world of enterprise web development, I\'m always curious to see how developers back in the \"real world\" are taking advanta

22条回答
  •  忘掉有多难
    2020-12-12 11:17

    I work in C# with .Net Threads. You can combine object-oriented encapsulation with Thread management.

    I've read some posts from Peter talking about a new book from Packt Publishing and I've found the following article in Packt Publishing web page:

    http://www.packtpub.com/article/simplifying-parallelism-complexity-c-sharp

    I've read Concurrent Programming with Windows, Joe Duffy's book. Now, I am waiting for "C# 2008 and 2005 Threaded Programming", Hillar's book - http://www.amazon.com/2008-2005-Threaded-Programming-Beginners/dp/1847197108/ref=pd_rhf_p_t_2

    I agree with Szundi "No silver bullet"!

提交回复
热议问题