Java framework/tool for simple distributed computing problem

前端 未结 5 1448
栀梦
栀梦 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条回答
  •  萌比男神i
    2021-02-02 05:02

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

提交回复
热议问题