Before saving the image, registered shutdown actions are performed. This means that the source files are closed and the web servers are down. After saving the image, it performs startup actions, which usually call the web server again. Open connections may be closed depending on the server implementation.
This means that you cannot accept new connections while you save the image, and open connections may temporarily pause or close. For both questions, there are (at least) two simple workarounds:
Close the image using OSProcess before saving it (DabbleDB, CmsBox).
Use multiple images and a load balancer so that you can delete images from active servers at the same time before saving them.
source share