|
|
|
|
|
by austin-cheney
794 days ago
|
|
It remains just as simple. The transmission model does not change as the size of application code changes. The only thing to worry about is load balancing socket restoration when the server recovers from an outage so it’s not overwhelmed reopening all sockets simultaneously. As for the database side you should only be concerned with changes to a select few tables and not the entirety of data. That could also be centrally managed with a script. |
|