Re: confused wiht the full resolver and stub resolver

2009-11-17 Thread Mark Andrews
In message <396ef6ed-a5a2-4c55-afd4-496b85278...@menandmice.com>, Chris Buxton writes: > > On Nov 16, 2009, at 11:46 PM, aihua zhang wrote: > > > HI, > > Thanks for your help! Now I'm analysis the lib function > providing by the bind . bind software has three data format:struct > format,

Re: confused wiht the full resolver and stub resolver

2009-11-17 Thread Chris Buxton
On Nov 16, 2009, at 11:46 PM, aihua zhang wrote: > HI, > Thanks for your help! Now I'm analysis the lib function providing by > the bind . bind software has three data format:struct format, wire format and > the text format, from my understanding, it presents the RR in different three > t

Re: confused wiht the full resolver and stub resolver

2009-11-16 Thread Chris Buxton
On Nov 15, 2009, at 11:35 PM, aihua zhang wrote: > HI, > here is my understanding about the stub resolver and full resolver: > stub resolver,used by client and independent name server. > application will call the routine of the lwreslib(such as > lwres_getrdatabyname()) and the l

confused wiht the full resolver and stub resolver

2009-11-15 Thread aihua zhang
HI, here is my understanding about the stub resolver and full resolver: stub resolver,used by client and independent name server. application will call the routine of the lwreslib(such as lwres_getrdatabyname()) and the lwresd will handle the request using the lightweight protcol. wh