<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/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>Matthew Podwysocki's Blog - All Comments</title><link>http://weblogs.asp.net/podwysocki/default.aspx</link><description>Architect, Develop, Inspire...</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Debug Build: 20510.895)</generator><item><title>re: Introduction to the Reactive Framework Part II</title><link>http://weblogs.asp.net/podwysocki/archive/2009/11/03/introduction-to-the-reactive-framework-part-ii.aspx#7246925</link><pubDate>Wed, 04 Nov 2009 14:43:45 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7246925</guid><dc:creator>Mike</dc:creator><description>&lt;p&gt;@podwysocki,&lt;/p&gt;
&lt;p&gt;Just to clarify, are you saying that the actual invocation of the IObserver is asynchronous to the IObservable? &amp;nbsp;Traditionally, when and oberservable wishes to notify a list of observers, the iteration and invocation is synchronous - if one of the subscribers takes a while to complete, it will block delivery of the notification to the remaining subscribers. &amp;nbsp;Is this the case with Rx, or are subscriber notifications invoked asynchronously (i.e., the observable can notify 10 subscribers instantly - how long they take to execute will not impact the source). &amp;nbsp;Even Microsoft's example of an IObservable implementation [1] on MSDN is synchronous.&lt;/p&gt;
&lt;p&gt;[1]: &lt;a rel="nofollow" target="_new" href="http://msdn.microsoft.com/en-us/library/dd990377"&gt;msdn.microsoft.com/.../dd990377&lt;/a&gt;(VS.100).aspx&lt;/p&gt;
&lt;p&gt;TIA...&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7246925" width="1" height="1"&gt;</description></item><item><title>re: Introduction to the Reactive Framework Part II</title><link>http://weblogs.asp.net/podwysocki/archive/2009/11/03/introduction-to-the-reactive-framework-part-ii.aspx#7246476</link><pubDate>Wed, 04 Nov 2009 04:26:45 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7246476</guid><dc:creator>podwysocki</dc:creator><description>&lt;p&gt;@Jimbob,&lt;/p&gt;
&lt;p&gt;I covered that a little bit in my first post about the composability difference between observables and events. &amp;nbsp;Next post I'll go over creating observables from events which might make things a bit more clear.&lt;/p&gt;
&lt;p&gt;Matt&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7246476" width="1" height="1"&gt;</description></item><item><title>re: Introduction to the Reactive Framework Part II</title><link>http://weblogs.asp.net/podwysocki/archive/2009/11/03/introduction-to-the-reactive-framework-part-ii.aspx#7246474</link><pubDate>Wed, 04 Nov 2009 04:23:58 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7246474</guid><dc:creator>podwysocki</dc:creator><description>&lt;p&gt;@Mike,&lt;/p&gt;
&lt;p&gt;They are by nature asynchronous as opposed to the interactive programming of the IEnumerable&amp;lt;T&amp;gt;.&lt;/p&gt;
&lt;p&gt;Matt&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7246474" width="1" height="1"&gt;</description></item><item><title>re: Introduction to the Reactive Framework Part II</title><link>http://weblogs.asp.net/podwysocki/archive/2009/11/03/introduction-to-the-reactive-framework-part-ii.aspx#7246217</link><pubDate>Tue, 03 Nov 2009 21:46:12 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7246217</guid><dc:creator>Jimbob</dc:creator><description>&lt;p&gt;How it this different to just subscribing to events ?&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7246217" width="1" height="1"&gt;</description></item><item><title>Adventures in F# &amp;#8211; F# 101 &amp;laquo; Khurram Nazir&amp;#039;s Blog</title><link>http://weblogs.asp.net/podwysocki/archive/2008/01/28/continuing-adventures-in-f.aspx#7245884</link><pubDate>Tue, 03 Nov 2009 13:59:30 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7245884</guid><dc:creator>Adventures in F# – F# 101 « Khurram Nazir's Blog</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Adventures in F# &amp;amp;#8211; F# 101 &amp;amp;laquo; Khurram Nazir&amp;amp;#039;s Blog&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7245884" width="1" height="1"&gt;</description></item><item><title>re: Introduction to the Reactive Framework Part II</title><link>http://weblogs.asp.net/podwysocki/archive/2009/11/03/introduction-to-the-reactive-framework-part-ii.aspx#7245879</link><pubDate>Tue, 03 Nov 2009 13:11:46 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7245879</guid><dc:creator>Mike</dc:creator><description>&lt;p&gt;Something I can't quite get a handle on - are the notifications raised to an IObserver&amp;lt;T&amp;gt; synchronous or asynchronous? &amp;nbsp;I can't find a direct answer to this anywhere...&lt;/p&gt;
&lt;p&gt;TIA&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7245879" width="1" height="1"&gt;</description></item><item><title>C# 4.0 Worries and Tuple Musings &amp;laquo; Search And Destroy</title><link>http://weblogs.asp.net/podwysocki/archive/2008/11/16/functional-net-4-0-tuples-and-zip.aspx#7233703</link><pubDate>Tue, 20 Oct 2009 10:03:28 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7233703</guid><dc:creator>C# 4.0 Worries and Tuple Musings « Search And Destroy</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;C# 4.0 Worries and Tuple Musings &amp;amp;laquo; Search And Destroy&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7233703" width="1" height="1"&gt;</description></item><item><title>re: The “Anti-For” Campaign</title><link>http://weblogs.asp.net/podwysocki/archive/2009/06/26/the-anti-for-campaign.aspx#7232660</link><pubDate>Sun, 18 Oct 2009 22:30:54 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7232660</guid><dc:creator>Mark Wotton</dc:creator><description>&lt;p&gt;the split loop refactoring doesn't always play well with laziness, though - it's very easy to get a space leak by traversing a lazy list twice.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7232660" width="1" height="1"&gt;</description></item><item><title>121 Software Engineering Process &amp;amp; Methodology Learning Docs &amp;#8230; | DevBlogr</title><link>http://weblogs.asp.net/podwysocki/archive/2009/10/14/introducing-the-reactive-framework-part-i.aspx#7231971</link><pubDate>Sat, 17 Oct 2009 09:44:02 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7231971</guid><dc:creator>121 Software Engineering Process &amp; Methodology Learning Docs … | DevBlogr</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;121 Software Engineering Process &amp;amp;amp; Methodology Learning Docs &amp;amp;#8230; | DevBlogr&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7231971" width="1" height="1"&gt;</description></item><item><title>F# First Class Events ??? Composing Events Until Others - Matthew Podwysocki's Blog</title><link>http://weblogs.asp.net/podwysocki/archive/2009/10/14/introducing-the-reactive-framework-part-i.aspx#7230327</link><pubDate>Thu, 15 Oct 2009 05:48:13 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7230327</guid><dc:creator>F# First Class Events ??? Composing Events Until Others - Matthew Podwysocki's Blog</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;F# First Class Events ??? Composing Events Until Others - Matthew Podwysocki's Blog&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7230327" width="1" height="1"&gt;</description></item></channel></rss>