Hello,
I have observed that PDNS is spawning a new thread to handle each incoming
TCP request.
Why doesn't PDNS use a thread pool to handle TCP requests?
--
pushkar
___
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
https://mailman.powerdns.com
On Fri, Sep 01, 2017 at 01:13:32PM +, Rob Dawson wrote:
> First Oddity - For each inbound call, the active SBC sends a query to both
> servers simultaneously. I can see the queries hitting port 53 via
> tcpdump, the odd thing is that only one server will send a reply i.e. if
> server A replie
We have an environment that consists of two PDNS servers that are using a MySQL
backend.
Server A holds a PDNS instance and the MySQL master.
Server B holds a PDNS instance and the MySQL slave.
Each server is configured to use its local MySQL instance for the backend.
The primary use of these sy