<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : Multi Threading</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce Classic : Multi Threading</description>
  <pubDate>Sat, 11 Apr 2026 09:46:26 -700</pubDate>
  <lastBuildDate>Fri, 20 Feb 2009 11:31:36 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=1096</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>Multi Threading :   Originally posted by *CalsyHi...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1096&amp;PID=3928#3928</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=4" rel="nofollow">GregD</a><br /><strong>Subject:</strong> 1096<br /><strong>Posted:</strong> 20-Feb-2009 at 11:31am<br /><br /><table width="99%"><tr><td class="BBquote"><strong><em>Originally posted by *Calsy</strong></em><br /><br />Hi All, Ive been reading the DevForce Developers Guide and am currently looking at the section on threading. The section keeps on saying when you shouldnt use threading. Just wondering what are the situations where multi threading should be used and will have the biggest advantages (over asynching)?<br><br>Thanks<br></td></tr></table><br><br>Between async queries and async remote method calls (made using aPersistManager.InvokeServerMethodAsync()), you can cover quite a chunk of the use cases that might otherwise motivate you to do your own multi-threading.&nbsp; I suppose any time-consuming process that you can't address satisfactorily with either of those facilities, and which has a sufficient impact on your application's performance to make it worth your while to delve into multithreading, would be a candidate.<br><br>We had at least one customer, for example, who needed to do saves of sufficient complexity and volume that they felt they needed an asynchronous save. It does raise issues (of recovering client-side if the asynchronous save fails) but they wanted it anyway.<br>]]>
   </description>
   <pubDate>Fri, 20 Feb 2009 11:31:36 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1096&amp;PID=3928#3928</guid>
  </item> 
  <item>
   <title>Multi Threading : Hi All, Ive been reading the DevForce...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1096&amp;PID=3925#3925</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=441" rel="nofollow">*Calsy</a><br /><strong>Subject:</strong> 1096<br /><strong>Posted:</strong> 18-Feb-2009 at 3:31pm<br /><br />Hi All, Ive been reading the DevForce Developers Guide and am currently looking at the section on threading. The section keeps on saying when you shouldnt use threading. Just wondering what are the situations where multi threading should be used and will have the biggest advantages (over asynching)?<br><br>Thanks<br>]]>
   </description>
   <pubDate>Wed, 18 Feb 2009 15:31:31 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1096&amp;PID=3925#3925</guid>
  </item> 
 </channel>
</rss>