Comment Re:Tone deaf. (Score 1) 60
For what it's worth, Windows had kernel (and other) rebootless hot patching with Windows Server 2003.
They just, until recently began re-resurrecting it with 2019, discontinued the feature due to low customer adoption.
That is to say, Windows had hotpatching *before it ever existed on linux*. About five years before.
HP Patented a limited version of this "technology" to do this in 2001, Microsoft attempted to patent a generalized software approach (to attack software updates, not hardware functionality missing) in 2002 (Rejected based on HP's prior art, granted on appeal in 2010). Linux hotpatching as we all know it today was only introduced in 2014, with the original ksplice in 2008.
This is one area where Microsoft had the lead, but because they were *too* early, I suppose...... no one really took it up. It's a common theme over there, dropping things invented in house that get re-created elsewhere and become successful, but maybe a decade later, because at the time it wasn't seen as important/useful. When it would have been relevant to me, I did not know it even existed, though it was there, and I've since played around with it in recent years just to see how well it worked (pretty well.....).
As to connecting it directly to the internet? I wouldn't do that with *any* system, be it z/OS, AIX, Solaris, $linux_distro_here, Windows, etc - a competently managed system is just fine until a zero-day arrives, and arrive in plenty for all systems they do. Possibly OpenVMS would be "okay" depending on what it's running..... Really just depends on being currently updated and having a competent administrator, regardless of the platform, and not exposing management interfaces like SSH or RDP (which, is about as secure as SSH, if NLA is turned on, without NLA it exposes all the side channels directly before authentication. With NLA on, it only exposes an authentication interface then opens all the side and main channels after auth, like SSH does). A *properly* administrated network can be just as hardened up, regardless of platform.