On 20 Jul 2001 21:50:17 -0400, Dale Ghent wrote:
> On Fri, 20 Jul 2001, Dale Ghent wrote:
> 
> | On 20 Jul 2001, Ian Holsman wrote:
> |
> | | yes.
> | | After applying Justin's patch, and re-running the load
> | | the fault disappears.
> | | so +1 on the patch from me.
> |
> | Wait, if you're running this on sol8, you should be using getaddrinfo(),
> | not gethostbyname*. Right? sol8 *should* satisfy the #ifdef in
> | sa_common.c for getaddrinfo()
> 
> aha, a nm of my httpd binary shows that both getaddrinfo() and
> gethostbyname() are being used. Whatever APR function is using
> gethostbyname() could/should probably be using () on platforms that
> support it (such as sol8.)

http://lxr.webperf.org/search.cgi?string=gethostbyname
shows 3 others, mod_unqiue_id, proxy_util, and util.c as well as a
support program.
sounds like we need a apr_gethostbyname() function.

getaddrinfo() is only used in sa_common.c 
> 
> /dale
--
Ian Holsman
Performance Measurement & Analysis
CNET Networks    -    415 364-8608

Reply via email to