Forcing multiple threads to use multiple CPUs when they are available

后端 未结 10 1137
后悔当初
后悔当初 2020-11-28 19:21

I\'m writing a Java program which uses a lot of CPU because of the nature of what it does. However, lots of it can run in parallel, and I have made my program multi-threade

10条回答
  •  爱一瞬间的悲伤
    2020-11-28 19:35

    I think this issue is related to Java Parallel Proccesing Framework (JPPF). Using this you can run diferent jobs on diferent processors.

提交回复
热议问题