RDP Best Practices (Windows Embedded CE 6.0)
1/6/2010
This section provides general best practices for RDP. For security-specific best practices, see RDP Security.
Plug-in should spin a worker thread to perform all actions that require Microsoft XML Parser (MSXML)
Using MSXML objects from within virtual channel plug-ins that are on the same thread that RDP uses to call into a virtual channel can cause system instability. A plug-in should spin a worker thread that performs all necessary actions that require MSXML.