CompuServe Thread

#MFC 2.0 for NT??

3 messages in this thread
#50190From: Julie Solon [Microsoft]Jul 30, 1993 11:35 AM
Joe, > Will the 32-bit version of MFC 2.0 be multi-thread capable? You will have to make it multi-thread safe yourself. Julie There is 1 Reply.
#50401From: Ronald LaeremansAug 2, 1993 2:07 PM
Julie, Do you mean by this that even the non-GUI code in MFC won't be multi-thread safe. Things like the collection classes? If we have to serialise access to the collections ourself we either have to alter the source code or live with strongly reduced parallellism in the collections. -Ronald- There is 1 Reply.
#50443From: Julie Solon [Microsoft]Aug 2, 1993 8:08 PM
Ronald, > Do you mean by this that even the non-GUI code in MFC won't be multi-thread safe? Things like the collection classes? I mean that we have taken no extra steps to ensure that certain areas are safe. Someone has probably sat down and figured it out, but I have not seen any such analysis. Julie