Hi everyone,
I have an XMLDOM (MSXML4) implemented using the CoFreeThreadedDOMDocument4 coclass. This class supports Both apartment and Free threading models. It is updated by multiple processes. Can anyone tell me whether this coclass serializes access ?
In other words, could I potentially read from the DOM while it is being updated by another process, and get invalid data ?
Note : I will also POST this question to the XML forum, so my apologies for duplicating
Mny tnx
dachyon
I have an XMLDOM (MSXML4) implemented using the CoFreeThreadedDOMDocument4 coclass. This class supports Both apartment and Free threading models. It is updated by multiple processes. Can anyone tell me whether this coclass serializes access ?
In other words, could I potentially read from the DOM while it is being updated by another process, and get invalid data ?
Note : I will also POST this question to the XML forum, so my apologies for duplicating
Mny tnx
dachyon