nextupprevious

Scheduling and Resource Management

Notes difficulty in kernel trying to account for network activity.

Kernel handles all network connections equally making it difficult to implement priorities correctly amongst incoming requests.

Some control by using multiple threads of different priorities, but still problems with controlling priorities in kernel.

Makes implementation of a kernel providing differentiated Quality of Server (QoS) difficult.