<?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 Re: Very high CPU usage when JMap is added to a UI in Java Maps SDK Questions</title>
    <link>https://community.esri.com/t5/java-maps-sdk-questions/very-high-cpu-usage-when-jmap-is-added-to-a-ui/m-p/339975#M1007</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Okay, I've tested your code in Windows and Linux (I'm using Ubuntu) and there doesn't appear to be an issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Starting up the application is very quick and there is no peak CPU usage.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any chance you can upgrade to 10.1.1?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There has been a lot of work on the core rendering code in this release and it's possible your issue has been fixed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me know how you get on.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Jan 2013 13:45:56 GMT</pubDate>
    <dc:creator>MarkBaird</dc:creator>
    <dc:date>2013-01-30T13:45:56Z</dc:date>
    <item>
      <title>Very high CPU usage when JMap is added to a UI</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/very-high-cpu-usage-when-jmap-is-added-to-a-ui/m-p/339972#M1004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a project where I create a JLayeredPane, add a new JMap to it, then add the JLayeredPane to a JFrame with a BorderLayout. Before setting the JFrame to visible, I add an AcrGISTiledLayer and a MessageGroupLayer, in that order. As soon as the window is visible, it consumes 100% of the CPU. If I do not add a MessageGroupLayer, the CPU remains mostly idle. How can I fix this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2013 19:12:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/very-high-cpu-usage-when-jmap-is-added-to-a-ui/m-p/339972#M1004</guid>
      <dc:creator>PatrickKuhlman</dc:creator>
      <dc:date>2013-01-29T19:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Very high CPU usage when JMap is added to a UI</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/very-high-cpu-usage-when-jmap-is-added-to-a-ui/m-p/339973#M1005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've tried to replicate this and didn't see the issue you reported.&amp;nbsp; I was using version 10.1.1. of the API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any chance you could pop the reproducing code on the forum?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mark&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2013 09:56:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/very-high-cpu-usage-when-jmap-is-added-to-a-ui/m-p/339973#M1005</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2013-01-30T09:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: Very high CPU usage when JMap is added to a UI</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/very-high-cpu-usage-when-jmap-is-added-to-a-ui/m-p/339974#M1006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey Mark,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please see the code below. I've also included some screenshots from JVM Monitor showing the threads using the CPU. I'm using the version before 10.1, which I believe is 1.0. Hope it helps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also: It might help to know that we do not see this issue on Windows but we are seeing it on Linux [Red Hat release 6.2, Kernel Linux 2.6.32-220.el6.x86_64, GNOME 2.28.2]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I apologize for the text file; apparently it ate my line breaks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2013 12:22:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/very-high-cpu-usage-when-jmap-is-added-to-a-ui/m-p/339974#M1006</guid>
      <dc:creator>PatrickKuhlman</dc:creator>
      <dc:date>2013-01-30T12:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Very high CPU usage when JMap is added to a UI</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/very-high-cpu-usage-when-jmap-is-added-to-a-ui/m-p/339975#M1007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Okay, I've tested your code in Windows and Linux (I'm using Ubuntu) and there doesn't appear to be an issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Starting up the application is very quick and there is no peak CPU usage.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any chance you can upgrade to 10.1.1?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There has been a lot of work on the core rendering code in this release and it's possible your issue has been fixed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me know how you get on.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2013 13:45:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/very-high-cpu-usage-when-jmap-is-added-to-a-ui/m-p/339975#M1007</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2013-01-30T13:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Very high CPU usage when JMap is added to a UI</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/very-high-cpu-usage-when-jmap-is-added-to-a-ui/m-p/339976#M1008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thought I'd post back an update: 10.1.1 did fix the CPU issue. Our latest build shows little to no CPU usage when idle.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 13:48:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/very-high-cpu-usage-when-jmap-is-added-to-a-ui/m-p/339976#M1008</guid>
      <dc:creator>PatrickKuhlman</dc:creator>
      <dc:date>2013-02-06T13:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: Very high CPU usage when JMap is added to a UI</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/very-high-cpu-usage-when-jmap-is-added-to-a-ui/m-p/339977#M1009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the update - that's good to hear&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mark&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 15:52:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/very-high-cpu-usage-when-jmap-is-added-to-a-ui/m-p/339977#M1009</guid>
      <dc:creator>MarkBaird</dc:creator>
      <dc:date>2013-02-06T15:52:46Z</dc:date>
    </item>
  </channel>
</rss>

