<?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 : Asynchronous vs Synchronous Queries</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : Asynchronous vs Synchronous Queries</description>
  <pubDate>Tue, 21 Apr 2026 22:14:31 -700</pubDate>
  <lastBuildDate>Thu, 29 Jul 2010 14:43:29 -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=2031</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>Asynchronous vs Synchronous Queries : Yes. You can use n-tier and BOS...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2031&amp;PID=7919#7919</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=23" rel="nofollow">davidklitzke</a><br /><strong>Subject:</strong> 2031<br /><strong>Posted:</strong> 29-Jul-2010 at 2:43pm<br /><br />Yes.&nbsp; You can use n-tier and BOS to benefit you.<DIV>&nbsp;</DIV><DIV><a href="http://www.ideablade.com:8989/xwiki/bin/view/&#068;ocumentati&#111;n/Business&#079;bjectServer#HRemoteServiceMethodCall28RSMC29Methods" target="_blank">http://www.ideablade.com:8989/xwiki/bin/view/Documentation/BusinessObjectServer#HRemoteServiceMethodCall28RSMC29Methods</A></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 29 Jul 2010 14:43:29 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2031&amp;PID=7919#7919</guid>
  </item> 
  <item>
   <title>Asynchronous vs Synchronous Queries : So I want to do a n-tier WPF app....</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2031&amp;PID=7918#7918</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=202" rel="nofollow">BillG</a><br /><strong>Subject:</strong> 2031<br /><strong>Posted:</strong> 29-Jul-2010 at 2:17pm<br /><br />So&nbsp; I want to do a n-tier WPF app. I don't need the aynch queries but I would still like to use the BOS because there are some calculations that can run in queries on the server and only the results have to return or some don't have to return anything to the user but write directly to the database after the queries are done?<DIV>&nbsp;</DIV><DIV>Will n-tier and BOS still benefit me here?</DIV><DIV>&nbsp;</DIV><DIV>Bill</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 29 Jul 2010 14:17:38 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2031&amp;PID=7918#7918</guid>
  </item> 
  <item>
   <title>Asynchronous vs Synchronous Queries : The main reason that you would...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2031&amp;PID=7917#7917</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=23" rel="nofollow">davidklitzke</a><br /><strong>Subject:</strong> 2031<br /><strong>Posted:</strong> 29-Jul-2010 at 11:12am<br /><br />The main reason that you would want to use an asynchronous query would be if you were writing a Silverlight application.<DIV>&nbsp;</DIV><DIV>For more details on asynchrous queries, consult the DevForce Wiki.&nbsp; For example,</DIV><DIV>&nbsp;</DIV><DIV><a href="http://www.ideablade.com:8989/xwiki/bin/view/&#068;ocumentati&#111;n/Asynchr&#111;nousCommunicati&#111;nWithTheBusiness&#079;bjectServer#HAsynchr&#111;nousQueries" target="_blank">http://www.ideablade.com:8989/xwiki/bin/view/Documentation/AsynchronousCommunicationWithTheBusinessObjectServer#HAsynchronousQueries</A></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 29 Jul 2010 11:12:34 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2031&amp;PID=7917#7917</guid>
  </item> 
  <item>
   <title>Asynchronous vs Synchronous Queries : I am used to writing client server...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2031&amp;PID=7914#7914</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=202" rel="nofollow">BillG</a><br /><strong>Subject:</strong> 2031<br /><strong>Posted:</strong> 29-Jul-2010 at 8:49am<br /><br /><P>I am used to writing client server apps in which the user populates a grid of records with which they want to work. they click on a record, edit the record and save the record and move on to the next record. What benefit does Async queries do in this case, the user cannot select a record until all the rows come back and they see the one they want.</P><DIV>&nbsp;</DIV><DIV>When would I want to do async queries vs. sync queries?</DIV><DIV>&nbsp;</DIV><DIV>If I use sync queries do they still run through the BOS?</DIV><DIV>&nbsp;</DIV><DIV>Bill</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 29 Jul 2010 08:49:33 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2031&amp;PID=7914#7914</guid>
  </item> 
 </channel>
</rss>