zwettemaan / TightenerDocs

X-platform installer, setup and documentation for the Tightener project
10 stars 0 forks source link

Feature: write a fast, multi-threaded gateway in C++ #27

Closed zwettemaan closed 1 year ago

zwettemaan commented 1 year ago

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

zwettemaan commented 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}"