Samsung / Castanets

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
46 stars 43 forks source link

Add support of run time flags for enable Castanets #421

Open v-saha opened 2 years ago

v-saha commented 2 years ago

This change adds runtime flag to enable castanets. Runtime flags --enable-forking, --server-address has been removed. Castanets can be verified as below,

Standalone mode: chrome

Castanets mode: Browser: chrome --enable-castanets Renderer: chrome --type=renderer --enable-castanets=

Signed-off-by: v-saha v.saha@samsung.com