This is the mail archive of the glibc-bugs@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]

[Bug libc/12907] getaddrinfo() takes long time when lots of IP addresses are configured


http://sourceware.org/bugzilla/show_bug.cgi?id=12907

Ulrich Drepper <drepper.fsp at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|SUSPENDED                   |RESOLVED
         Resolution|                            |FIXED

--- Comment #3 from Ulrich Drepper <drepper.fsp at gmail dot com> 2011-06-22 19:02:49 UTC ---
(In reply to comment #2)
> The objective of the patch is not at all to keep or cache any data retrieved
> from kernel between two calls to the function getaddrinfo().

I was confused by your patch since in its few lines it contains a lot of
pointless code and the only way to make sense of it was thinking the static for
the state variable was missing.  I applied a cleaned up patch.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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