|
|
|
|
|
by user3939382
138 days ago
|
|
From TFA “Making some tasks asynchronous” I have bad news for everyone. Nothing in computing is synchronous. Every instance we pretend it’s not and call it something else you have a potential failure under the right circumstances. The more your design admits this the safer it will be. There are practical limits to this which you have to determine for yourself. |
|
I think you need to sit this one out. This sort of vacuous pedantry does no one any good, and ignores that it's perfectly fine to model and treat some calls are synchronous, including plain old HTTP ones. Just because everything is a state machine this does not mean you buy yourself anything of value by modeling everything as a state machine.