-
This would allow the driver (which runs locally) to react to connecting nodes (hence figure out when a node is not queued anymore).
See: http://www.jppf.org/doc/v3/index.php?title=Receiving_node_conn…
-
JPPF uses FQDN and jclouds uses IPs. As a result identifying a node for executing a job on by using its IP and management port is not reliable for Amazon Nodes. AmazonNodes should use the UUID for nod…
-
Currently a range of JMX Management Ports is opened, even though they may not all be needed to allow for multiple JMX Connections per Instance. A TCPMultiplexer would remove the need to open ports tha…
-
The following error occurs:
`Apr 10, 2012 1:58:15 PM org.jboss.netty.channel.socket.nio.NioServerSocketPipelineSink
WARNING: Failed to accept a connection.
java.lang.NoSuchMethodError: org.jboss.ne…