parallel programming

Getting Started with Parallel Programming

Multi-core computers have shifted the burden of software performance from chip designers to software architects and developers. In order to gain the full...

6 replies - 10003 views - 06/23/09 by HFadeel in Articles

ProActive Parallel Suite 4.1: Java Open Source Framework for Parallel and Distributed Computing

ActiveEon engineers and OASIS research team are pleased to announce the availability of ProActive Parallel Suite 4.1, the latest release of the high-end...

0 replies - 504 views - 05/30/09 by CelineD in Announcements

What is so Hard About Parallel Programming?

I've seen it again.  One more claim that "Parallel programming is hard" and then the claimant launching into some complex and convoluted solution to...

7 replies - 4887 views - 03/31/09 by claybreshears in News

Parallelize your arrays with JSR 166y

The JSR-166y, which I described earlier in the post dedicated to the fork/join functionality is really amazing in how nicely it shields developers from dealing...

0 replies - 6916 views - 08/26/08 by vaclav in Articles

Building Multi-core Ready Java Applications, Part I

With the advent of multi-core processors, the existing subject of symmetric multiprocessing has been thrust to the forefront in the development community. As...

3 replies - 22062 views - 04/21/08 by ericjbruno in News