Skip to content
  • Witold Kręcicki's avatar
    - isc_task_create_bound - create a task bound to specific task queue · d5793ecc
    Witold Kręcicki authored
      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
    d5793ecc