Java framework/tool for simple distributed computing problem

前端 未结 5 1375
栀梦
栀梦 2021-02-02 04:50

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 lo

相关标签:
5条回答
  • 2021-02-02 05:01

    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.

    0 讨论(0)
  • 2021-02-02 05:02

    Check out Hazelcast distributed executor service. It uses Java's standard ExecutorService API.

    0 讨论(0)
  • 2021-02-02 05:08
    • http://hadoop.apache.org/
    • http://www.gridgain.com/
    • http://www.oracle.com/technology/products/coherence/index.html
    0 讨论(0)
  • 2021-02-02 05:09

    Another one you can look at is Terracotta.

    0 讨论(0)
  • 2021-02-02 05:10

    There are many:

    • http://www.jppf.org/
    • https://jxta.dev.java.net/
    • https://java.net/projects/cajo/pages/Home
    • http://www.dmoz.org/Computers/Programming/Languages/Java/Class_Libraries/Networking_and_Distributed_Computing/

    Google is your best friend here.

    0 讨论(0)
提交回复
热议问题