<?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>gordonhogenson - All Comments</title><link>http://blogs.msdn.com/b/gordonhogenson/</link><description /><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: F# agents with timeouts</title><link>http://blogs.msdn.com/b/gordonhogenson/archive/2011/01/10/f-agents-with-timeouts.aspx#10238349</link><pubDate>Fri, 18 Nov 2011 00:18:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10238349</guid><dc:creator>Alexander Shvedov</dc:creator><description>&lt;p&gt;This line cause memory leak:&lt;/p&gt;
&lt;p&gt;let rec loop n = async { do! loop (n+1) }&lt;/p&gt;
&lt;p&gt;Tail recursion inside computation expressions should be done with &amp;quot;return!&amp;quot;:&lt;/p&gt;
&lt;p&gt;let rec loop n = async { return! loop (n+1) }&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10238349" width="1" height="1"&gt;</description></item><item><title>re: Using F# agents and cancellation tokens to manage background jobs</title><link>http://blogs.msdn.com/b/gordonhogenson/archive/2011/01/14/using-f-agents-to-manage-background-jobs-with-cancellation.aspx#10121303</link><pubDate>Fri, 28 Jan 2011 02:04:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10121303</guid><dc:creator>GordonHogenson1</dc:creator><description>&lt;p&gt;I&amp;#39;ve updated the blog post so that the check for IsCancellationRequested is removed.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10121303" width="1" height="1"&gt;</description></item><item><title>re: Using F# agents and cancellation tokens to manage background jobs</title><link>http://blogs.msdn.com/b/gordonhogenson/archive/2011/01/14/using-f-agents-to-manage-background-jobs-with-cancellation.aspx#10121302</link><pubDate>Fri, 28 Jan 2011 02:00:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10121302</guid><dc:creator>GordonHogenson1</dc:creator><description>&lt;p&gt;Yes it is true, thanks Joel and Robert. &amp;nbsp;The check for IsCancellationRequested is not necessary in F#. &amp;nbsp;However, it&amp;#39;s still necessary to break the Async.Sleep up into short calls, since it wants to finish its full sleep time before checking again for cancellation. &amp;nbsp;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10121302" width="1" height="1"&gt;</description></item><item><title>re: Using F# agents and cancellation tokens to manage background jobs</title><link>http://blogs.msdn.com/b/gordonhogenson/archive/2011/01/14/using-f-agents-to-manage-background-jobs-with-cancellation.aspx#10121254</link><pubDate>Thu, 27 Jan 2011 22:47:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10121254</guid><dc:creator>Robert</dc:creator><description>&lt;p&gt;@Joel - I was going to post the same question. From what I&amp;#39;ve understood, IsCancellationRequested will be automatically checked at every &amp;#39;!&amp;#39; in an async.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10121254" width="1" height="1"&gt;</description></item><item><title>re: Using F# agents and cancellation tokens to manage background jobs</title><link>http://blogs.msdn.com/b/gordonhogenson/archive/2011/01/14/using-f-agents-to-manage-background-jobs-with-cancellation.aspx#10121245</link><pubDate>Thu, 27 Jan 2011 22:34:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10121245</guid><dc:creator>Joel</dc:creator><description>&lt;p&gt;Isn&amp;#39;t it true that F# async workflows handle CancellationTokens relatively automatically? I was under the impression you only needed to manually check the IsCancellationRequested property in C#.&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://tomasp.net/articles/async-csharp-differences.aspx"&gt;tomasp.net/.../async-csharp-differences.aspx&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10121245" width="1" height="1"&gt;</description></item><item><title>re: Welcome to Gordon Hogenson's F# Blog</title><link>http://blogs.msdn.com/b/gordonhogenson/archive/2011/01/06/welcome-to-gordon-hogenson-s-f-blog.aspx#10114755</link><pubDate>Wed, 12 Jan 2011 15:25:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10114755</guid><dc:creator>jonathan parker</dc:creator><description>&lt;p&gt;Gordon, really excited to see some new info up regarding f#...looking forward to more of your take on the language and your experience with it..&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10114755" width="1" height="1"&gt;</description></item><item><title>re: Welcome to Gordon Hogenson's F# Blog</title><link>http://blogs.msdn.com/b/gordonhogenson/archive/2011/01/06/welcome-to-gordon-hogenson-s-f-blog.aspx#10113937</link><pubDate>Mon, 10 Jan 2011 23:08:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10113937</guid><dc:creator>GordonHogenson1</dc:creator><description>&lt;p&gt;Jacek thanks for the idea for what information would be useful. &amp;nbsp;I haven&amp;#39;t yet tried out F# on the Mac but you just might get me inspired to try that and report on my findings...&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10113937" width="1" height="1"&gt;</description></item><item><title>re: Welcome to Gordon Hogenson's F# Blog</title><link>http://blogs.msdn.com/b/gordonhogenson/archive/2011/01/06/welcome-to-gordon-hogenson-s-f-blog.aspx#10113444</link><pubDate>Sun, 09 Jan 2011 12:06:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10113444</guid><dc:creator>Jacek Laskowski</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m very grateful for your current and future installments as a way to learn the F# language. What I usually miss is that there&amp;#39;s not enough information to help newbies (like me) to get started and would ask for guidance about how to set up a learning environment, esp. on MacOS (but I&amp;#39;d benefit from a Windows-based one as well). I&amp;#39;m looking forward to reading your next installment. Thanks!&lt;/p&gt;
&lt;p&gt;Jacek&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10113444" width="1" height="1"&gt;</description></item></channel></rss>