In Golang we can start multiple web servers that use the same port. When we start a new process in Golang, you can specify file descriptors that can be inherited. We can share our opened socket with our child so our child can start where we left off. The second variant is rather more complex but can be used in multiple scenarios.
4 Comments
Sort: