[Issue 5401] std.socket updates and boost license

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Feb 15 09:43:37 PST 2011


http://d.puremagic.com/issues/show_bug.cgi?id=5401


Johannes Pfau <johannespfau at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |johannespfau at gmail.com


--- Comment #4 from Johannes Pfau <johannespfau at gmail.com> 2011-02-15 09:41:02 PST ---
Another small request: Could we use gethostbyname_r instead of gethostbyname
where supported? This seems to be a lot safer regarding multithreading.
gethostbyname_r seems to be a gnu extension, but it's a better option for all
systems with the gnu c library. Or probably the getaddrinfo(3), getnameinfo(3),
gai_strerror(3) functions could be used. Those are standard and also
threadsafe.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list