Attention is currently required from: Hoernchen, fixeria, laforge, pespin.
1 comment:
File Transceiver52M/Transceiver.cpp:
Patch Set #10, Line 1132: msgLen = read(mDataSockets[chan], buffer, sizeof(buffer));
BTW, I'm also a bit worried on how iiuc you seem to want to change the whole set of threads. […]
In this work we are not planning to adapt or restructure the existing threading model. Instead, threads are not used at all in the Web target.
Our previous experiments showed that it is not feasible to reliably meet GSM timing requirements in the browser when using multiple threads (Web Workers / pthreads), mainly due to scheduling unpredictability and latency.
As a result, the current approach is different:
So this change does not attempt to modify the existing threading model, but rather bypasses it entirely for the Web/WASM target.
To view, visit change 42411. To unsubscribe, or for help writing mail filters, visit settings.