Since there can only be one Engine per JVM since CORE's uses global static variables this prevents having multiple workers on CORE2.
The only workaround right now is to spawn multiple jvm's on each machine instead of one containing n workers.
This doesn't seem too problematic in this project since there is no communication between workers.
Since there can only be one Engine per JVM since CORE's uses global static variables this prevents having multiple workers on CORE2.
The only workaround right now is to spawn multiple jvm's on each machine instead of one containing
nworkers.This doesn't seem too problematic in this project since there is no communication between workers.