Santosh Siddheshwar <[EMAIL PROTECTED]> writes:
> Is there any way to specify in config file or any other place, a way to
> prevent/delay a shared object from being unloaded till
> the application using it terminates? In dlopen there is a flag RTLD_NODELETE
> which keeps the loaded shared object
Hi,
Is there any way to specify in config file or any other place, a way to
prevent/delay a shared object from being unloaded till
the application using it terminates? In dlopen there is a flag RTLD_NODELETE
which keeps the loaded shared object in memory even after dlclose is called.
The shared o