Hacker News new | ask | show | jobs
by eropple 3266 days ago
This is exactly true. And so is the reverse: competently written code can be segmented out into a SOA by replacing your internal procedure calls with a network call.
1 comments

Caveat: If it's acceptable to have significant latency or the interaction is asynchronous.
Sure, but if it's not acceptable to have significant latency then they're probably the same logical service, yeah?