Tagged Questions
1
vote
4answers
202 views
Is it possible to start a custom thread in an IIS hosted C++ application?
We host a C++ based WebServices application in IIS and we're finding that when we try to start our own C++ threads IIS has a fit and crashes. The threads are based on boost.thread which clearly ...