|
|
|
|
|
by fmontesi
4150 days ago
|
|
Another thing: the fact that it is imperative does not mean that we suffer from all the side effects. You cannot share data among different microservices, you must use communications (if you need performance, communications can be in-memory). The imperative paradigm (mixed with workflow programming) is used only for internal state manipulation, so that it is safer for concurrent programming. I should really get down to write all of this in the FAQ page.. ;) |
|