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?