parallel programming

  • submit to reddit

JPPF 2.2

JPPF is a an open source grid computing solution that makes it easy to parallelize CPU-intensive applications. What's new in JPPF 2.2 This release...

0 replies - 1035 views - 07/28/10 by Laurent Cohen in Announcements

New Patent Around Race Condition Fixing

Today, Replay Solutions announced its success in obtaining a US patent around their software's ability to reproduce and fix race conditions.  Race conditions...

4 replies - 8654 views - 06/09/10 by Mitch Pronschinske in News

Concurrent Programming in Groovy

It seems that the Groovy has a project for just about anything.  That's one of the reasons why the language is so popular.  The GPars library is an...

0 replies - 16229 views - 02/22/10 by Mitch Pronschinske in Articles

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 - 17313 views - 06/23/09 by Haytham ElFadeel 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 - 2033 views - 05/30/09 by Celine Despoix 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...

7 replies - 9762 views - 03/31/09 by Clay Breshears 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...

0 replies - 18591 views - 08/26/08 by Václav Pech 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 - 66285 views - 04/21/08 by Eric Bruno in News