This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH][BZ #14719] Return EAI_SYSTEM from getaddrinfo if we runout of fds


On Tue, 23 Oct 2012 14:21:48 +0200, Andreas wrote:
> 
> Wouldn't NSS_STATUS_TRYAGAIN make more sense for E[MN]FILE?
> 

E[MN]FILE is usually a result of a file descriptor leak, so I didn't
think it would qualify as a transient error.  TRYAGAIN seems to me an
equivalent of EAGAIN, which encourages the caller to try again.  I
don't think we want to do that here.


Siddhesh


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]