I want to make a server that accepts socket connections, but expires the connection if no information is sent.
For this I need to either use non blocking read/select cycles or some method to expire connections
Does anyone know where can I find more information about how to do this