2011/1/7 Cédric Beust ♔ <[email protected]> > > 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". > > I'd defy anyone to identify 1000 logically separate coarse-grained operations in their program that can be run in parallel. Just imagine the debugging issues alone!
The only practical way to get to this level of concurrency is going to be very fine-grained, using parallel arrays, etc. -- Kevin Wright gtalk / msn : [email protected] <[email protected]>mail: [email protected] vibe / skype: kev.lee.wright twitter: @thecoda -- 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.
