ULE scheduler


ULE is the default scheduler for the FreeBSD operating system for the i386 and AMD64 architectures. It was introduced in FreeBSD version 5, but it was disabled by default for a time in favor of the traditional BSD scheduler until it reached maturity. The original BSD scheduler does not make full use of SMP or SMT, which is important in modern computing environments. The primary goal of the ULE project is to make better use of SMP and SMT environments. ULE should improve performance in both uniprocessor and multiprocessor environments, as well as interactive response under heavy load. The user may switch between the BSD scheduler and ULE using a kernel compile-time tunable.