Java Parallel Programming
Posted
by
user578524
on Stack Overflow
See other posts from Stack Overflow
or by user578524
Published on 2011-01-17T12:50:49Z
Indexed on
2011/01/17
12:53 UTC
Read the original article
Hit count: 273
java
|multithreading
|parallel-programming
|parallel-extensions
|multicore-programming
Dear All,
I need to parallelize a CPU intensive Java application on my multicore desktop but I am not so comfortable with threads programming. I looked at Scala but this would imply learning a new language which is really time consuming. I also looked at Ateji PX Java parallel extensions which seem very easy to use but did not have a chance yet to evaluate it. Would anyone recommend it? Other suggestions welcome.
Thanks in advance for your help
Bill
© Stack Overflow or respective owner