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.
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