Is kfw thread safe ?

2007-09-10 Thread Markus Moeller
I have an application running on w2k3 compiled with VisualStudio 2005 Express Edition which calls gss_init_sec_context from different threads with a memory cache and I get from time to time the following if I run it under debug in VS 2005: First-chance exception at 0x77e55e02 in thread_test.exe

Re: Is kfw thread safe ?

2007-09-10 Thread Jeffrey Altman
Markus Moeller wrote: > I have an application running on w2k3 compiled with VisualStudio 2005 > Express Edition which calls gss_init_sec_context from different threads with > a memory cache and I get from time to time the following if I run it under > debug in VS 2005: Do you see the same proble

Re: Is kfw thread safe ?

2007-09-12 Thread Danny Mayer
Markus Moeller wrote: > I have an application running on w2k3 compiled with VisualStudio 2005 > Express Edition which calls gss_init_sec_context from different threads with > a memory cache and I get from time to time the following if I run it under > debug in VS 2005: > > First-chance exceptio