Re: [Pdns-users] TCP requests to PDNS

2017-09-01 Thread Pushkar Pradhan
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

Re: [Pdns-users] Couple of (maybe) oddities . . .

2017-09-01 Thread bert hubert
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

[Pdns-users] Couple of (maybe) oddities . . .

2017-09-01 Thread Rob Dawson
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