<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Scale WCF Application Better with Asynchronous Programming</title><link>http://blogs.msdn.com/wenlong/archive/2009/02/09/scale-wcf-application-better-with-asynchronous-programming.aspx</link><description>WCF is a framework that is asynchronous inside out. Internally, asynchronous patterns are used to achieve non-blocking calls between different layers inside WCF. Externally WCF exposes the asynchronous patterns for both client and service programming.</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Anith &amp;raquo; Scale WCF Application Better with Asynchronous Programming</title><link>http://blogs.msdn.com/wenlong/archive/2009/02/09/scale-wcf-application-better-with-asynchronous-programming.aspx#9408307</link><pubDate>Mon, 09 Feb 2009 12:21:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9408307</guid><dc:creator>Anith &amp;raquo; Scale WCF Application Better with Asynchronous Programming</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.anith.com/?p=7748"&gt;http://www.anith.com/?p=7748&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Scale WCF Application Better with Asynchronous Programming</title><link>http://blogs.msdn.com/wenlong/archive/2009/02/09/scale-wcf-application-better-with-asynchronous-programming.aspx#9418196</link><pubDate>Fri, 13 Feb 2009 13:21:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9418196</guid><dc:creator>Radeldudel</dc:creator><description>&lt;p&gt;Good idea to use async calls, but won't this render your source code nearly unreadable, and there unmaintainable, since program logic will be really hard to follow if functionaly is spread over a lot of methods?&lt;/p&gt;
</description></item><item><title>re: Scale WCF Application Better with Asynchronous Programming</title><link>http://blogs.msdn.com/wenlong/archive/2009/02/09/scale-wcf-application-better-with-asynchronous-programming.aspx#9596059</link><pubDate>Fri, 08 May 2009 09:30:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9596059</guid><dc:creator>coolband</dc:creator><description>&lt;p&gt;I download wcfasyncService codes,and deploy it follow the manual,but when i start client program,the consol window display the start test but never end and return.&lt;/p&gt;
&lt;p&gt; IAsyncResult result = client.BeginGetOrders(driver.numOrders, onGetOrders, this);&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (result.CompletedSynchronously)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;HandleResult(result);&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;/p&gt;
&lt;p&gt;result.CompletedSynchronously always return false.&lt;/p&gt;
&lt;p&gt;can you help me solve the problem?thx&lt;/p&gt;
</description></item><item><title>re: Scale WCF Application Better with Asynchronous Programming</title><link>http://blogs.msdn.com/wenlong/archive/2009/02/09/scale-wcf-application-better-with-asynchronous-programming.aspx#9932413</link><pubDate>Fri, 04 Dec 2009 09:44:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9932413</guid><dc:creator>futureshop</dc:creator><description>&lt;p&gt;This sounds like a good performance boost. Is it possible to call an Asynchronous WCF service from javascript(Microsoft ajax)? Does the current WCF implementation support it or we have to write our own WcfScriptHandler.&lt;/p&gt;
</description></item></channel></rss>