[copying the APR dev list] On Tue, May 28, 2002 at 04:55:14AM +0300, Eli Marmor wrote: > Can it be assumed that calling apr_dso_load() twice for the same shared > object, will not re-open that file, but just returns the same handle?
LoadLibrary*() on Windows does reference counting, and same goes for dlopen(). -aaron