| Author |
Java and Multi-Core Processors
|
Pj Murray
Ranch Hand
Joined: Sep 24, 2004
Posts: 194
|
|
Are Java programmers ready for multi-core processors? I've done some research and I don't find too much on concurrent programming in Java beyond multi-threading.
|
PJ Murray - Sites developed using CodeFutures technology:
lawinjuryaccidentsclaim
|
 |
Joe Ess
Bartender
Joined: Oct 29, 2001
Posts: 8263
|
|
Some of us have been working with multiple processors for years (SunFire T2000's at my current employer). Most Java programmers are probably writing desktop or web applications and don't need more concurrency options than threads. For that .1% that are sequencing a genome or rendering a CGI movie, I don't think it is a stretch to use Java's integral networking capabilities to stitch together a grid (though there may be better languages). It looks like the Java Parallel Processing Framework is pretty active. [ February 15, 2007: Message edited by: Joe Ess ]
|
"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
|
 |
 |
|
|
subject: Java and Multi-Core Processors
|
|
|