|
|
|
|
|
by toast0
859 days ago
|
|
> I can't stop but wonder how often the culture of micro-services and distributed computing is ill advised. You can't get away from distributed computing, unless you get away from computing. A modern computer isn't a single unit, it's a system of computers talking to each other. Even if you go back a long time, you'll find many computers or proto-computers talking to each other, but with a lot stricter timings, as the computers are less flexible. If you save a file to a disk, you're really asking the OS (somehow) to send a message to the computer on the storage device, asking it to store your data, and it will respond with success or failure and it might also write the data. (sometimes it will tell your os success and then proceed to throw the data away, which is always fun) That said, keeping things together where it makes sense, is definitely a good thing. |
|