Bootsrapping and multithreading

Posted by moloko on
URL: http://quantlib.414.s1.nabble.com/Bootsrapping-and-multithreading-tp6026.html

Hi,

I've got some crash on my QL lib when 2 threads are calling my boostrap function at the same time.

Should I turn QL_ENABLE_SESSIONS to yes and define Integer sessionId(); ?
In this case, how Integer sessionId(); should be defined ?
I guess I need to take a parameter ( like the thread number )

Thanks

Pierre