|
|
|
|
|
by sacado2
4603 days ago
|
|
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.). |
|