Hi
I have a long running service. When it receives a request from clients, it forks and execs a different binary to service the request. That new process sometimes failes in getaddrinfo() with EAI_AGAIN. If I restart the service this problem goes away. It comes back after few hrs.
This...