Hacker News new | ask | show | jobs
by alexeyshurygin 4604 days ago
What's the point of single binary when you only do deployment on your own preconfigured server machine. That really kicks ass.
1 comments

If you only deploy on a single node, there is no obvious advantage (beside not fearing an update of a shared library might break your code). But if you deploy on a cluster, you might have an advantage, especially if that cluster is somewhat heterogenous (not the same version of OS, not the same libraries, etc.).