UDP & wait/nowait
Most UDP services run with inetd told to wait until the child server has died.
What would happen if inetd did not wait for a UDP server to die before looking for new requests AND inetd get a time slice before the real server reads the request datagram?
Some UDP servers hang out for a while, handling multiple clients.