Is MFC class CInternetConnection/CHttpConnection theadsafe.

Posted by MattR on Stack Overflow See other posts from Stack Overflow or by MattR
Published on 2010-03-16T15:40:34Z Indexed on 2010/03/16 15:41 UTC
Read the original article Hit count: 243

Filed under:
|

I am pretty sure these classes are not thread safe. But, is it safe to use different objects from these classes in different threads? Do they have any global dependencies with each other like static data or anything to watch out for?

© Stack Overflow or respective owner

Related posts about c++

Related posts about mfc