Hacker News new | ask | show | jobs
by grumpydba 2696 days ago
Windows operating systems are just a gigantic bloated and underperforming mess.

Server 2019 is no exception.

At the company I work for IT ops deliver VMs as a service. The windows ones have huge disk footprint and take at least 3 times as long to deliver. Moreover dsc is not featureful enough compared with ansible. So it's also a pain to script/automate for. The failure rate is higher. And let's not forget the need to put antivirus on them.

Lots and lots of reasons to escape from that platform, I could go on for a while.

1 comments

Unless you are deploying Solaris into production, how are those kernels handling asynchronous loads.

Still plain old select(), poll() and AIO?

Yes, and they are plenty fast. The API could be more elegant, but it works fine. Mysql for example uses io_submit. So do oracle, sybase. It's just a matter of developer comfort. They work around it for us. Deployment-wise, linux runs circles around windows.
Having worked in several Java/.NET shops not everyone on our IT would agree with that, specially how easy it is to manage cluster deployments with AD.