Edge distributed web engine. Part of web engine processes are offloaded to a powerful devices and only graphical results are processed in local devices. This way, we overcome both CPU limitations and memory limitations of the low-end local devices
BSD 3-Clause "New" or "Revised" License
45
stars
43
forks
source link
fixup! Make BrokerCastanets a ref-counted class. #410
Absence of brokerhosts.empty() condition check in node_controller.cc was responsible for crashing. Condition check is added in this patch.