vote up 1 vote down star
3

Hi

We generate pdf files with data regarding monthly financial balance of tens of thousands of clients. At it's peak (100.000 files at the end of year), the process may take as long as 5 days to complete using distribute the load between 5 servers. The distribution of workload is a manual process (eg. server 1 generates pdf for clients 1 to 20.000, server 2 from 20.001 to 40.000, and so on).

We use Java, so we would like to use a Java tool or framework in a fashion similar to BOINC (BOINC is not coded in Java), which would allow us to have:

  • a server automatically distributing data and code to workers, and managing them
  • workers (plain dual core desktops using free (or not so) cpu cycles) receiving code sent by server and executing it using the data as input, giving some status feedback, and finally doing something with the output, eg. sending pdf generated files to network storage.

For now, we don't want to try heavyweight all-powerful toolkits such as Globus Toolkit.

¿Do you know any java framework/tools suitable to our needs? Open source would be nice, but we don't discard commercial solutions.

flag
Why do you prefer other java-framework? BOINC is not coded in Java is the only reason? – Niger Aug 27 at 0:43
BOINC would be the chosen tool because It woud suit our needs. Java code can be executed from Boinc client, but the native BOINC interface is written in C. That's our main reason – Marco Ramírez Aug 27 at 19:36

4 Answers

vote up 0 vote down check

There are many:

Google is your best friend here.

link|flag
Thanks. In fact I had googled a little and found GridGain and jppf, but nothing quite like boinc. Cajo looks interesting. – Marco Ramírez Aug 26 at 23:53
vote up 0 vote down

Google says there is a Java port of BOINC here: http://boincoid.sf.net

It's mostly targeting about android :-/ but apparently all but the GUI can run on a regular VM.

link|flag
Nice. In fact it says there will be a Java Port and an Android Port soon. – Marco Ramírez Aug 27 at 19:38
vote up 0 vote down

Another one you can look at is Terracotta.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.