Using external, executable subroutines at runtime. An application that depends on dynamic linking calls the external files as needed during execution. The subroutines are typically part of the ...
Q: I’ve heard that an application built using static linking may run faster than a dynamic-linked application using shared libraries. I’ve also heard static linking is discouraged in Solaris 2. What ...