STD_CDEFINES="-DISC_SOCKET_FDSETSIZE=16384" ./configure
Systems running both authoritative and caching dns. We also have very much
higher failures in recursive queries.
Any recommendations?
Regards,
Dennis
I'd check how many recursive clients the server is handling: rndc status
I'd also check how many sockets named is actually opening by,
e.g. using lsof.
---
JINMEI, Tatuya
Internet Systems Consortium, Inc.
And our lsof:
[root@NAMESERVER3 ~]# lsof|grep named|wc -l
1035
> [root@NAMESERVER3 ~]# rndc status
> number of zones: 622
> debug level: 0
> xfers running: 0
> xfers deferred: 0
> soa queries in progress: 0
> query logging is ON
> recursive clients: 903/75000
> tcp clients: 0/100
> server is up and running
> [root@NAMESERVER3 ~]#
>
> And our lsof:
> [root@NAMESERVER3 ~]# lsof|grep named|wc -l
> 1035
These results indicate STD_CDEFINES="-DISC_SOCKET_FDSETSIZE=16384"
didn't actually work as intended. Can you download a test tool from:
http://www.jinmei.org/selecttest.tgz
and show us the results? (see the README file in the test tool for
usage)