Denys Poltorak
Oct 27, 2024

--

Do you use synchronous communication (direct method calls?) or asynchronous (request/confirm or notifications?) between the modules?

Do you have a shared database and UI/frontend for all the modules?

Is each module single-threaded (no mutexes and deadlocks) or multi-threaded?

--

--

Denys Poltorak
Denys Poltorak

Written by Denys Poltorak

yet another unemployed experienced embedded / low-level C++ technical lead from Ukraine

Responses (1)