<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Queue vs BackgroudWorker ... when rendering 1000+ symbols in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/queue-vs-backgroudworker-when-rendering-1000/m-p/698604#M17940</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We are having performance issues rendering 1000+ symbols.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;An earlier post got a reply (thanx Rex) that suggested we replace the ESRI PictureMarkerSymbol ... with the Silverlight ImageBrush.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That "fix" worked.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But in general, it seems we are left with two options.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;OL&gt;&lt;BR /&gt;&lt;LI&gt;Use the System.Collections.Generic.Queue ... and have the rendering start almost immediately and the screen remaining interactive.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Use the System.ComponentModel.BackgroundWorker&amp;nbsp; threads to have the fastest rendering ... but have the screen "freeze" until rendering has finished.&lt;/LI&gt;&lt;BR /&gt;&lt;/OL&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a better way to handle rendering 1000+ symbols?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;( ... or 5000+ symbols !! )&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Note ... the symbols may be any concurrent mix of Points, Lines, Polygons.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A summary of the problem can be found at ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A href="http://rem7.info/rgia/esri/Rendering_Performance.html"&gt;http://rem7.info/rgia/esri/Rendering_Performance.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any better suggestions on way to handle this?&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanx.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-richard-&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Jul 2010 20:16:47 GMT</pubDate>
    <dc:creator>richardboyd</dc:creator>
    <dc:date>2010-07-20T20:16:47Z</dc:date>
    <item>
      <title>Queue vs BackgroudWorker ... when rendering 1000+ symbols</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/queue-vs-backgroudworker-when-rendering-1000/m-p/698604#M17940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We are having performance issues rendering 1000+ symbols.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;An earlier post got a reply (thanx Rex) that suggested we replace the ESRI PictureMarkerSymbol ... with the Silverlight ImageBrush.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That "fix" worked.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But in general, it seems we are left with two options.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;OL&gt;&lt;BR /&gt;&lt;LI&gt;Use the System.Collections.Generic.Queue ... and have the rendering start almost immediately and the screen remaining interactive.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Use the System.ComponentModel.BackgroundWorker&amp;nbsp; threads to have the fastest rendering ... but have the screen "freeze" until rendering has finished.&lt;/LI&gt;&lt;BR /&gt;&lt;/OL&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a better way to handle rendering 1000+ symbols?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;( ... or 5000+ symbols !! )&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Note ... the symbols may be any concurrent mix of Points, Lines, Polygons.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A summary of the problem can be found at ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A href="http://rem7.info/rgia/esri/Rendering_Performance.html"&gt;http://rem7.info/rgia/esri/Rendering_Performance.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any better suggestions on way to handle this?&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanx.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-richard-&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jul 2010 20:16:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/queue-vs-backgroudworker-when-rendering-1000/m-p/698604#M17940</guid>
      <dc:creator>richardboyd</dc:creator>
      <dc:date>2010-07-20T20:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: Queue vs BackgroudWorker ... when rendering 1000+ symbols</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/queue-vs-backgroudworker-when-rendering-1000/m-p/698605#M17941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Unfortunately UI has to be rendered on the UI thread, so a background worker wont help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I suggest you watch the performance portion of this session:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://proceedings.esri.com/library/userconf/devsummit10/tech/tech_53.html"&gt;http://proceedings.esri.com/library/userconf/devsummit10/tech/tech_53.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jul 2010 18:49:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/queue-vs-backgroudworker-when-rendering-1000/m-p/698605#M17941</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2010-07-21T18:49:50Z</dc:date>
    </item>
  </channel>
</rss>

