Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

For past year I have been working a lot on concurrency in Java and have build and worked on many concurrent packages. So in terms of development in the concurrent world, I am quite confident. Further I am very much interested to learn and understand more about concurrent programming.

But I am unable to answer myself what next? What extra should I learn or work on to inherit more skills related to Multi-core processing. If there is any nice book (read and enjoyed 'concurrency in practice' and 'concurrent programming in java') or resource's related to Multi-core processing so that I can go to the next level?

Best Regards.

share|improve this question
Do you have access to a multi-core system with a non-trivial number of cores? – Thorbjørn Ravn Andersen Sep 13 '11 at 14:25
Yes there is cluster available in the University, so can use that. Can you please extend.. – Jatin Sep 13 '11 at 15:41
The hard part is getting good performance on applications running on multiple machines, as you need to express what can be cached locally and what not. I would suggest learning how to optimize transient stuff. – Thorbjørn Ravn Andersen Sep 13 '11 at 15:43
Thanks, can you please suggest some good book which deals in details about many concerning topics such as the one's suggested above – Jatin Sep 13 '11 at 15:57
show 1 more comment

closed as off topic by aioobe, Mat, Michael Easter, mre, McDowell Sep 13 '11 at 13:46

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

Browse other questions tagged or ask your own question.