Hi, I'm using TThreadPoolServer with C++. Does my handler need to be thread-safe? More specifically, my handler has a static member, and I'm wondering if I need to protect it using a mutex.
Thanks! --Michi
Hi, I'm using TThreadPoolServer with C++. Does my handler need to be thread-safe? More specifically, my handler has a static member, and I'm wondering if I need to protect it using a mutex.
Thanks! --Michi