Hacker News new | ask | show | jobs
by PenguinCoder 1654 days ago
> restart everything if they need a plugin

Yes. Hopefully ensures that only people authorized to actually restart the service can add arbitrary code.

1 comments

Have a look at the forced restarts of Windows due to updates having become a well-hated meme to see how lucky you'll be in explaining that to the users.
Restarting an operating system is completely different than restarting an application after you enable a plug-in.
Zero-downtime service restarts have been a thing for a very long time. It is a different story for operating systems.