2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 05:28:00 +00:00
Ondřej Surý 30e0fd942b Remove task privileged mode
Previously, the task privileged mode has been used only when the named
was starting up and loading the zones from the disk as the "first" thing
to do.  The privileged task was setup with quantum == 2, which made the
taskmgr/netmgr spin around the privileged queue processing two events at
the time.

The same effect can be achieved by setting the quantum to UINT_MAX (e.g.
practically unlimited) for the loadzone task, hence the privileged task
mode was removed in favor of just processing all the events on the
loadzone task in a single task_run().
2022-04-01 23:55:26 +02:00
..
2022-04-01 23:55:26 +02:00
2022-04-01 23:55:26 +02:00
2022-03-25 10:38:35 +01:00
2022-03-25 10:38:35 +01:00
2022-03-25 10:38:35 +01:00
2022-02-17 09:06:58 +01:00
2022-02-17 09:06:58 +01:00