On Fri, Jan 7, 2011 at 7:04 AM, Kevin Wright <[email protected]>wrote:
> > Core counts will soon push up to 3 figures and beyond. At this point > imperative paradigms, laden with side-effects, are really going to struggle > to manage more than a handful of threads. > I don't see the logical implication between these two statements. Cores are just a physical concept that software threads will benefit from. The situation is not going to be radically different from today where the idea of using threads to parallelize operations is quite mainstream. I really don't see why it's necessary to tell everyone "soon you'll have much more cores on your machine, therefore you need to change the way you program". -- Cédric -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
