|
|
|
|
|
by inthewoods
3909 days ago
|
|
I'm not a computer programmer or scientist, but I work with a group of them. The argument I've heard them say - and I may well be misrepresenting it here - is that microservices are often used as a way to avoid getting better at parallel processing/programming. They're working on a huge amount of data processing using Go if that provides any context. I'd be curious what others think of this idea. |
|
The same effect can be had without actually creating microservices. All that is needed is well defined and controlled interfaces.