zhangru-ng / distributed-system

Course projects of COP5615 Fall 15: distributed algorithms implemented in Scala
0 stars 1 forks source link

[Scala_bitcoin] Add distributed mechanism #2

Closed zhangru-ng closed 9 years ago

zhangru-ng commented 9 years ago

Allow other machines connect to Master and get jobs. (How to decide the number of workers for each machine?)

zhangru-ng commented 9 years ago

Use a factor times number of available cores

zhangru-ng commented 9 years ago

On master node, set IP address in application.conf to be the interface IP instead of loopback IP. And use 'sudo ufw allow $port_num' to open the port.