when there are upgrades like for mysql server package, due to some security vulnerability or even upgrades to nginx or apache, this requires a restart of the services, which is fine except if you have people streaming video already, when you restart certain services it kills their stream, right?
so how can i avoid a service interruption but still upgrade and restart services?
Only thing I can think of is..... I guess if all the files were mirrored to another server, then point all the traffic to that other server, and wait until theres hardly anyone still connected to the machine you need to reboot or restart services on, then restart the services
but thats pretty trouble some.. i guess there is no good way around it?
so how can i avoid a service interruption but still upgrade and restart services?
Only thing I can think of is..... I guess if all the files were mirrored to another server, then point all the traffic to that other server, and wait until theres hardly anyone still connected to the machine you need to reboot or restart services on, then restart the services
but thats pretty trouble some.. i guess there is no good way around it?