ow2-proactive/programming

Set default proactive.communication.protocol to pnp

Closed this issue · 0 comments

Currently the default communication protocol used is RMI.

RMI is known to create problems related to the rmi registry (a living JVM is holding the registry and when this JVM dies all RMI objects on the same machine are lost).

I suggest to change the default protocol to pnp.