In my c++ program, I use a proprietarry library (.dll) which is not thread-safe. :-(
In this library there is a specific scientific computing.
Is there a way to safety start several computing of this library in parallel with threads ? (1 process, many threads)
My program "is like" a "for" loop on which call each time the computing of my not thread-safe library