Earlier quoted context omitted.
80% fewer reboots Still many times more frequent than w/Linux. The 2008 R2 development system we have needs to be rebooted every two weeks, on average, due to Windows Updates that require a reboot. Updates come in almost every day for CentOS and I only need to reboot once ever couple of months for new kernels. Can't wait for the no-reboot kernel patches planned for a future Linux kernel.
> The 2008 R2 development system we have needs to be rebooted every two weeks, on average, due to Windows Updates that require a reboot. Uhh they literally don't release updates that often, so you'll have to explain that one to us... > Updates come in almost every day for CentOS and I only need to reboot once ever couple of months for new kernels. Windows doesn't support hotpatching, Linux does, it really is as simpl…
Actually, hotpatching is easier on Linux because it has a technically inferior virtual memory subsystem to Windows.
The Windows kernel is technically superior in numerous areas: virtual memory, thread synchronization primitives, and I/O (specifically, overlapped I/O), just to name a few.