[Pdns-users] PDNS Authoritative and Mariadb share single core but multiple available

Brian Candler b.candler at pobox.com
Thu Oct 31 14:28:48 UTC 2019


On 31/10/2019 13:44, George Asenov wrote:
> For example if the mariadb get 70% pdns 30% if i check the load by 
> cores one core has 0%id all other 3 are near 100%id .
> here are some screenshots 

Looks like sequential operation to me:

1. pdns sends a query to mariadb (goes to sleep waiting for response)

2. mariadb processes the query and sends back the response

3. pdns processes the response, then sends the next query to mariadb

etc.

Without overlapping requests, pdns and mariadb will never be working at 
the same time.



More information about the Pdns-users mailing list