@architect @guarino this new guy will will probably be surprised, that his first topical post in "linuxrocks" has a first reply of using BSD XD.
But it's kinda true though, for internet servers, BSDs offer less latency iirc, a more cleaner filesystem hierarchy, and so on.
I'm also planning to move to BSD, with a few hurdles I'm yet to solve
@megriffin @guarino lol, yeah. I'm not the greatest representative of our instance's name, but then again, I didn't buy the domain either :P
The latency may be true, but it's probably not the most significant difference in these use cases. I'd lean on using Free/HardenedBSD because the ABI is stable for ~5yrs and using jail(8) you can maintain support easily for older programs with a much nicer interface than docker and far fewer resources than VMs.
@guarino The FreeBSD handbook is actually one of the best places to get started in general, and then the manuals (like man.freebsd.org) are fantastic for more in-depth technical information on various topics.
For anything internet facing or that doesn't rely on a specific OS, like most webserver configurations, proxies, and database servers, I'd recommend using HardenedBSD instead for the additional hardening enabled by default, but it does have a bit of an additional learning curve.