<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - comments on Blog Entry, Load Balancing and Thread Management</title>
    <link>http://www.mapleprimes.com/maplesoftblog/36608-Load-Balancing-And-Thread-Management</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Wed, 10 Jun 2026 16:16:27 GMT</lastBuildDate>
    <pubDate>Wed, 10 Jun 2026 16:16:27 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest comments added to the Blog Entry, Load Balancing and Thread Management</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - comments on Blog Entry, Load Balancing and Thread Management</title>
      <link>http://www.mapleprimes.com/maplesoftblog/36608-Load-Balancing-And-Thread-Management</link>
    </image>
    <item>
      <title>Darin on a different</title>
      <link>http://www.mapleprimes.com/maplesoftblog/36608-Load-Balancing-And-Thread-Management?ref=Feed:MaplePrimes:Load Balancing and Thread Management:Comments#comment62908</link>
      <itunes:summary>&lt;p&gt;Darin on a different subject: &lt;br /&gt;
&lt;br /&gt;
will the interface between the kernel and the GUI in Maple 14 be able to handle asynchronious updates?&lt;/p&gt;
&lt;p&gt;as discussed here&amp;nbsp; http://www.mapleprimes.com/forum/multithreadingloops&lt;/p&gt;</itunes:summary>
      <description>The latest comments added to the Blog Entry, Load Balancing and Thread Management</description>
      <guid>62908</guid>
      <pubDate>Sun, 11 Oct 2009 00:57:17 Z</pubDate>
      <itunes:author>alex_01</itunes:author>
      <author>alex_01</author>
    </item>
    <item>
      <title> 
I don't think that</title>
      <link>http://www.mapleprimes.com/maplesoftblog/36608-Load-Balancing-And-Thread-Management?ref=Feed:MaplePrimes:Load Balancing and Thread Management:Comments#comment62909</link>
      <itunes:summary>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I don't think that particular issue will be resolved in Maple 14.&amp;nbsp; It will require a fairly significant re-write of the communication code.&amp;nbsp; There are a few places in the kernel that still don't work optimially with multiple threads, and we are focusing on fixing the ones that are performance bottlenecks first.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Darin&lt;/p&gt;
&lt;p&gt;-- Kernel Developer Maplesoft&lt;/p&gt;</itunes:summary>
      <description>The latest comments added to the Blog Entry, Load Balancing and Thread Management</description>
      <guid>62909</guid>
      <pubDate>Tue, 13 Oct 2009 17:05:16 Z</pubDate>
      <itunes:author>dohashi</itunes:author>
      <author>dohashi</author>
    </item>
    <item>
      <title>debugging Threads</title>
      <link>http://www.mapleprimes.com/maplesoftblog/36608-Load-Balancing-And-Thread-Management?ref=Feed:MaplePrimes:Load Balancing and Thread Management:Comments#comment62910</link>
      <itunes:summary>&lt;p&gt;How does the debugger work alongside Threads? I suppose that Threads:-Self can be used. Are there different effects when using the Task model than using just Threads? Does it show in the callstack results from the the 'list' command inside the debugger? Do all other Threads get blocked from entering any proc in the callstack of the Thread being currently debugged? Is there any risk of switching Thread unintentionally while &amp;quot;inside&amp;quot; the debugger? Is there any way to force/attempt a Thread switch while inside?&lt;/p&gt;</itunes:summary>
      <description>The latest comments added to the Blog Entry, Load Balancing and Thread Management</description>
      <guid>62910</guid>
      <pubDate>Wed, 14 Oct 2009 19:11:56 Z</pubDate>
      <itunes:author>pagan</itunes:author>
      <author>pagan</author>
    </item>
    <item>
      <title>Multi-threaded Debugging</title>
      <link>http://www.mapleprimes.com/maplesoftblog/36608-Load-Balancing-And-Thread-Management?ref=Feed:MaplePrimes:Load Balancing and Thread Management:Comments#comment62911</link>
      <itunes:summary>&lt;p&gt;Unfortunately, the debugger does not work very well with threads or Tasks.&amp;nbsp; Fixing this is relatively high on our priorities list.&lt;/p&gt;
&lt;p&gt;Currently the debugger does not support any explicit threading commands (listing threads, changing threads, etc).&amp;nbsp; However the debugger will work in any thread.&amp;nbsp; If one thread is stopped in the debugger other threads continue to run, unless they hit breakpoints as well.&amp;nbsp; When this happens, there can be multiple debugger sessions attached to multiple threads.&amp;nbsp; Debugging like this can be confusing as it can be hard to tell which DBG&amp;gt; prompt corresponds to which thread.&lt;/p&gt;
&lt;p&gt;Similar rules apply to the Task Programming Model, with the added cavet that the call stack does not work properly.&amp;nbsp; We'd like the call stack for a Task to show its parent tasks, however that does not currently work.&lt;/p&gt;
&lt;p&gt;Darin&lt;/p&gt;
&lt;p&gt;-- Kernel Developer Maplesoft&lt;/p&gt;</itunes:summary>
      <description>The latest comments added to the Blog Entry, Load Balancing and Thread Management</description>
      <guid>62911</guid>
      <pubDate>Thu, 15 Oct 2009 17:39:57 Z</pubDate>
      <itunes:author>dohashi</itunes:author>
      <author>dohashi</author>
    </item>
  </channel>
</rss>