parallel processing

How Hadoop Map/Reduce works

In my previous post, I talk about the methodology of transforming a sequential algorithm into parallel. After that, we can implement the parallel algorithm,...

4 replies - 6420 views - 12/16/08 by riho in Articles

Exploring Erlang with Map/Reduce

Under the category of "Concurrent Oriented Programming", Erlang has got some good attention recently due to some declared success from Facebook...

0 replies - 5148 views - 06/15/08 by riho in News

Build Multi-core Ready Java Applications, Part 2

In part 1 of this article, we examined parallel processing, and some of the complexities it presents. It's important to understand these complexities to...

4 replies - 10395 views - 04/29/08 by ericjbruno in News