Re: Where should DNS be listening?
From: Ace Fekay [MVP] (PleaseSubstituteMyActualFirstName&LastNameHere_at_hotmail.com)
Date: 12/03/04
- Previous message: Steve Duff [MVP]: "Re: DNS is not responding to the queries properly."
- In reply to: William Stacey [MVP]: "Re: Where should DNS be listening?"
- Next in thread: ObiWan: "Re: Where should DNS be listening?"
- Reply: ObiWan: "Re: Where should DNS be listening?"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 3 Dec 2004 00:11:41 -0500
In news:ObVu3sN2EHA.824@TK2MSFTNGP11.phx.gbl,
William Stacey [MVP] <staceywREMOVE@mvps.org> made a post then I commented
below
>> I assume (I'm not an expert) that, during initialisation, the DNS
>> server must enumerate the available IP interfaces and decide on which
>> of them it should provide service.
>
> Well said. In WinSock you can listen on 0.0.0.0 (or Any) that will
> listen on all IPs on all addapters. This can be ~"cheaper" then
> explicitly listening on multiple IPs as you can just run one listener
> socket and thread to do it. Once you have to listen on multiple
> sockets, you need multiple threads or some form of async server. The
> threads are not that big of deal but they do have a small cost.
Now that I didn't know! Always thought it was one thread, but this makes
sense. More overhead.
Question, is this by each physical interface or is it the same for multiple
IPs on one interface?
Thanks William!
-- Regards, Ace G O E A G L E S !!! Please direct all replies ONLY to the Microsoft public newsgroups so all can benefit. This posting is provided "AS-IS" with no warranties or guarantees and confers no rights. Ace Fekay, MCSE 2003 & 2000, MCSA 2003 & 2000, MCSE+I, MCT, MVP Microsoft Windows MVP - Windows Server - Directory Services Security Is Like An Onion, It Has Layers HAM AND EGGS: A day's work for a chicken; A lifetime commitment for a pig. -- =================================
- Previous message: Steve Duff [MVP]: "Re: DNS is not responding to the queries properly."
- In reply to: William Stacey [MVP]: "Re: Where should DNS be listening?"
- Next in thread: ObiWan: "Re: Where should DNS be listening?"
- Reply: ObiWan: "Re: Where should DNS be listening?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|