PreviousNext

Scheduling Policies

The default thread scheduling policy provides round robin time-slicing and guarantees that even low priority threads will get to run. For servers, this policy will provide at least the benefit of fair access to server processing time for multiple callers, even when no real parallelism is provided by multiple threads of execution.