Today, it is possible to start a "local" node in the same JVM as a driver, whose communication with the driver does not involve any network interaction.
We proposde the add the ability to start more than one local node in a configurable way.
In which release
6.2
Do you have suggestions on how to implement it?
We propose to:
deprecate the jppf.local.node.enabled driver config property and change its default value to true
add a jppf.local.nodes property to specify the number of local nodes, which would default to 0
What should be improved
Today, it is possible to start a "local" node in the same JVM as a driver, whose communication with the driver does not involve any network interaction.
We proposde the add the ability to start more than one local node in a configurable way.
In which release
6.2
Do you have suggestions on how to implement it?
We propose to:
jppf.local.node.enabled
driver config property and change its default value totrue
jppf.local.nodes
property to specify the number of local nodes, which would default to0