Using Threads with XML for Windows CE
The desktop implementation of the XML control gives you two threading options. The rental model is designed for access by a single thread. This is the model that the DOMDocument object uses. The free-threaded model, used by the FreeThreadedDomDocument object is designed to be accessed by multiple threads.
Windows CE does not support the FreeThreadedDomDocument or, by extension, the free-threading model. Take care when designing your system to ensure that each DOMDocument object is used only on the thread it was created on.
© 1992-2003 Microsoft Corporation. All rights reserved.