﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - ClientUI - Threading for UXWindow</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Threading-for-UXWindow/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Threading for UXWindow</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Threading-for-UXWindow/</link><pubDate>Wed, 28 Jul 2010 23:55:38 GMT</pubDate><dc:creator>jimmyps</dc:creator><category>Silverlight</category><category>ClientUI</category><category>UXWindow</category><description>&lt;p&gt;Hi Virgil,&lt;/p&gt;&lt;p&gt;I've replied this in my blog, but thought it'll be helpful for other developers here as well.&lt;/p&gt;
&lt;p&gt;Regarding the threading, unfortunately, Silverlight doesn’t ship with
 true multi-threading architecture in the latest v4 release. So all 
the MDI windows will share the same thread with the root application.&lt;/p&gt;
&lt;p&gt;However, the good news is that since Silverlight is built on the WPF-style rendering 
architecture, most asynchronous callbacks or animations are still smooth
 even if it’s running in several windows together. &lt;/p&gt;
&lt;p&gt;There are several possible techniques to simulate multi-threading
 for a specific UXWindow (let’s say if you need to execute a long 
process), you can do that by using DispatcherTimer or BackgroundWorker.&lt;/p&gt;
&lt;p&gt;Hope this helps,&lt;br /&gt;
Jimmy.&lt;/p&gt;</description></item><item><title>Threading for UXWindow</title><link>http://www.intersoftsolutions.com/Community/ClientUI/Threading-for-UXWindow/</link><pubDate>Wed, 28 Jul 2010 15:51:31 GMT</pubDate><dc:creator>virgil_o</dc:creator><category>Silverlight</category><category>ClientUI</category><category>UXWindow</category><description>Will there be a facilitated way to run each UXWindow in it's own thread, or we'll have to implement our custom method to do that?&lt;br /&gt;</description></item></channel></rss>