[bind10-dev] Parallel implementation of Xfrout Server
Jerry
jerry.zzpku at gmail.com
Tue Dec 21 01:40:28 UTC 2010
Hi, Shane,
> On Wed, 2010-12-15 at 14:21 +0800, Jerry wrote:
>
> > BIND10-Xfrout was designed to support the short connection from
> > several auth processes, which means Auth needs to simply make a new
> > connection every time, and the connection will be closed after the
> > handling of a xfrout request is complete.
> >
> > In order to reduce the overhead, currently we use long tcp connection
> > between Xfrout and Auth, that is, Xfrout will maintain a tcp
> > connection with each Auth process, until an error occurs or
> > Xfrout/Auth shutdown.
>
> Has this been implemented?
>
> It seems like a reasonable improvement, but I'd rather put it on the
> feature backlog for now, unless there is a specific performance problem
> in this area now.
>
> If there is a performance or other problem then of course it becomes
> much more interesting. ;)
>
> --
> Shane
Actually, this feature has been implemented and merged into trunk(by #299):-) But currently Xfrout can only communicate with one Auth server at the same time, as BIND10 will finally support multi-Auth servers, we created #419 to implement parallel communication between Xfrout and multi-Auth servers.
--
Jerry
More information about the bind10-dev
mailing list