Subject: Re: /etc/services duplicates - suggestion for fixes
To: None <netbsd-users@netbsd.org>
From: Christos Zoulas <christos@astron.com>
List: netbsd-users
Date: 06/24/2007 00:29:15
In article <467DB37C.3040009@optushome.com.au>,
Thilo Jeremias  <jeremias@optushome.com.au> wrote:
>Isn't that jut during  init / interrupt time (the open/stat) ?
>
>I that case I believe it doesn't matter how inefficient that all is!
>(well not exactly doesn't but I wouldn't be worried too much - yet)
>
>I'll prepare a patch, this week and post it on the list.
>
no, it is getaddrinfo() that does it for each address... I just fixed
it and we went from 24 NAMI calls down to 4. The four calls are two
pairs of stat/open that 2 dbopens do.

christos