J
José Joye
Hello,
I have an old style C DLL that is not thread safe (make usage of global
variables).
However, I would need to use it in a multithreaded environment. I'm not too
sure if this would solve my problem:
Whenever a thread is started, load my dll in separated AppDomain (name will
be dynamically allocated based on thread ID,...)
Thanks,
José
I have an old style C DLL that is not thread safe (make usage of global
variables).
However, I would need to use it in a multithreaded environment. I'm not too
sure if this would solve my problem:
Whenever a thread is started, load my dll in separated AppDomain (name will
be dynamically allocated based on thread ID,...)
Thanks,
José