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.

_______________________________________________
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
https://mailman.powerdns.com/mailman/listinfo/pdns-users

Reply via email to