remote, parallel data processing

J

James

Could anyone point me to Java-based software that enables farming
out data processing tasks to multiple, remote machines?

I need to be able to securely distribute a little data (files are
small) to multiple machines on a network and kick off execution of
programs to process the data, then retrieve and combine the results of
the processing (some small CSV files).

Thanks in advance
 
D

Danno

Could anyone point me to Java-based software that enables farming
out data processing tasks to multiple, remote machines?

I need to be able to securely distribute a little data (files are
small) to multiple machines on a network and kick off execution of
programs to process the data, then retrieve and combine the results of
the processing (some small CSV files).

Thanks in advance

We just had a talk at our JUG from someone at GridGain. Open source
framework for Grid computing.

http://gridgain.com/

They thought of everything.
 
L

Lew

Danno said:
We just had a talk at our JUG from someone at GridGain. Open source
framework for Grid computing.

http://gridgain.com/

They thought of everything.

Another advantage is that the big boys, such as IBM WebSphere, offer Grid
products. Training on the open-source platforms is a good way to get good at
grid generally, and to know how to evaluate other platforms' fitness.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,905
Latest member
Kristy_Poole

Latest Threads

Top