Hi,Is it safe to call globus_module_activate concurrently in different threads? Obviously, for flavors of globus which do support threads.
Specifically, is it safe to call the following snippet in different threads? (void)globus_module_activate(GLOBUS_GSI_GSS_ASSIST_MODULE); (void)globus_module_activate(GLOBUS_OPENSSL_MODULE); Ciao, Vincenzo
