DarthVader
DarthVader

Reputation: 55022

Distributed Computing applications

Map reduce/Hadoop is one of the framework/program that s used for distributed systems.

What are some other popular frameworks/programs?

Upvotes: 0

Views: 858

Answers (6)

Hugo Chou
Hugo Chou

Reputation: 96

akka(akka.io), a toolkit and runtime for building highly concurrent, distributed, and fault tolerant event-driven applications on the JVM.

Upvotes: 1

gpampara
gpampara

Reputation: 12049

A possible alternative is Terracotta. It works rather well and the setup of the software is relatively simple when compared to Hadoop.

Upvotes: 2

Binary Nerd
Binary Nerd

Reputation: 13927

I'm going to throw in Netezza. An interesting, hardware based solution to distributed data processing.

Upvotes: 1

Ira Baxter
Ira Baxter

Reputation: 95326

  • CORBA
  • MPI (Message passing interface)

Upvotes: 0

t0mm13b
t0mm13b

Reputation: 34592

Two that springs into my mind that would be considered programs that enable distributed computing.

For C/C++ there's RPC (Remote Procedure Calls), DCE (Distributed Computing Environment) Corba, for .NET there's WCF (Windows Communication Foundation).

There are other middleware frameworks, open source and commercial that caters for distributed computing. One open source project that comes to mind when I was doing my Bachelor's degree thesis a few years ago was FreeDCE. A commercial one was Entera which was by Borland.

Hope this helps, Best regards, Tom.

Upvotes: 1

Dirk is no longer here
Dirk is no longer here

Reputation: 368181

Well there are always our good friends

There have been decades of computer science research on this as well as countless private and public research endeavors -- so it would help if you could focus the question a little.

Upvotes: 3

Related Questions