Actually i have a website hosted on my server, every time when I upload changes using FTP website breaks for some time until my uploading get finished.
I do not want to break by website even while updating it.
Actually i have a website hosted on my server, every time when I upload changes using FTP website breaks for some time until my uploading get finished.
I do not want to break by website even while updating it.
There is another approach for this case.
ELB + (Server A, Server B...)
In this architecture,you can route all the requests to B while deploying code to A. Then route all the requests to A and deploy code to B.