I am learning to use HTML5 WebSockets and as part of that I am writing a server in Python so I can know the nitty gritty of how they work. I created one the other day that w
If you create socket before process forking, then its file descriptor will be inherited by the children.