XPRMautounloaddso
 XPRMautounloaddso | 
   
  Purpose
 
 
 Disable or enable automatic unloading of dynamic shared objects.
 
 
  Synopsis
 
 void XPRMautounloaddso(int yesno);
 
  Argument
 
 | 
     
     yesno 
       | 
   
     
     Disable if 0, enable otherwise
       | 
  
  Further information
 
 
 Modules are loaded by the system whenever they are required. By default, each unused module is automatically unloaded after a fixed period of time. Using this function it is possible to disable this automatic unloading; in which case, unused modules have to be unloaded explicitly using
 XPRMflushdso.
 
 
  Related topics
 
 
