Closed zwettemaan closed 1 year ago
Done. There is now TightenerGW_Cpp which is a direct replacement. To enable networking in Tightener:
killApps
editConfig
Then change
MAIN_APP = "${LOCAL_TIGHTENER_RELEASE}"
into
MAIN_APP = "${NETWORK_TIGHTENER_RELEASE}"
Currently, Tightener comes with two gateways that can be used to enable interactions between networked computers. These gateways are both written in Xojo and inherently slow.
I need to write a fast, multi-threaded gateway that is not prone the Xojo bottlenecks