We do use getservbyname and I wondered about that today as well... Also the gethostbyname_r on beos is broken in the current version (segfaults) but gethostbyname is thread safe so what's the best way of doing that - hints file?
david ----- Original Message ----- From: "Jeff Trawick" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[email protected]> Sent: Monday, July 23, 2001 8:08 PM Subject: Re: gethostbyaddr, et alia > "Victor J. Orlikowski" <[EMAIL PROTECTED]> writes: > > > Do we also need to handle gethostbyaddr and getservbyname in the same > > manner, for thread safety's sake? > > when there is such a routine > > > Also, I may be missing some history, but is there a reason that apr > > does not yet have an apr_gethostbyname function? > > see apr_sockaddr_info_get() > > -- > Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: > http://www.geocities.com/SiliconValley/Park/9289/ > Born in Roswell... married an alien... >
