v20.48.0
uNetworkingAB
released this
24 Aug 01:20
·
74 commits
to binaries
since this release
WorkerThreads for all platforms
The multi-core load balancing has so far only worked on Linux. WorkerThreads.js example is now updated to use a new interface which works on all platforms including specifically macOS.
It's still a bit experimental (some checks are missing) but should work fine if following the same pattern as in provided example.
This new approach uses a parent App and round robin distributes connections to the registered child apps.