mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-25 02:47:54 -04:00
If we know that we'll have a task pool doing specific thing it's better to use this knowledge and bind tasks to task queues, this behaves better than randomly choosing the task queue. - use bound resolver tasks - we have a pool of tasks doing resolutions, we can spread the load evenly using isc_task_create_bound - quantum set universally to 25 |
||
|---|---|---|
| .. | ||
| include | ||
| tests | ||
| win32 | ||
| api | ||
| client.c | ||
| hooks.h | ||
| interfacemgr.c | ||
| Kyuafile | ||
| lib.c | ||
| listenlist.c | ||
| log.c | ||
| Makefile.in | ||
| notify.c | ||
| query.c | ||
| server.c | ||
| sortlist.c | ||
| stats.c | ||
| update.c | ||
| version.c | ||
| xfrout.c | ||