RE: svn commit: r33014 - trunk/subversion/libsvn_subr
From: Bert Huijben <bert_at_qqmail.nl>
Date: Thu, 11 Sep 2008 12:28:19 +0200
> -----Original Message-----
Hi,
subversion/libsvn_subr/win32_crypto.c's get_crypto_function() and its callers might have the same problem as they load and free the same dll.
If the library unloading is the issue, we should probably move all this code to a one time atomic initialization to make the library safe for multithreaded users.
I see no problem in loading the library once when first needed and keeping it in memory after that (The same behavior as hard linking to the library).
Bert
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.