I've got a server with a number of worker processes forked initially with the server setup. The sever accepts connections, and must pass the descriptor to a worker.
What's an easiest way that I could later on share the socket descriptor of a client's connection with a worker?