Parent Objects
- by Ali Bahrami
Support for Parent Objects was added in Solaris 11 Update 1.
The following material is adapted from the PSARC arc case, and the
Solaris Linker and Libraries Manual.
A "plugin" is a shared object, usually loaded via dlopen(), that is
used by a program in order to allow the end user to add functionality
to the program. Examples of plugins include…