getaddrinfo() failed with EAI_AGAIN

kilaru

Registered
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 service is either started at boot time or from ssh.
 
Back
Top