Subject: Re: BIND 8.3.5
To: Luke Mewburn <lukem@netbsd.org>
From: Noriyuki Soda <soda@sra.co.jp>
List: tech-net
Date: 06/03/2003 17:29:05
>>>>> On Tue, 3 Jun 2003 18:21:08 +1000, Luke Mewburn <lukem@netbsd.org> said:

> What is so special about BIND8's get*by*() functions over ours?
> AFAICT, nothing.  According to SUSv3, gethostbyname() (et al) don't
> have to be reentrant.

Yeah.
And surprisingly, gethostbyname() in the IRS library *is* reentrant.
Because the IRS implementation holds all necessary information in
thread-specific data. That's one of reasons why I do not prefer
the IRS implementation. It's wasteful.
--
soda