<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" media="screen" href="/App_Themes/default/rss.xslt"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:evnet="http://www.mscommunities.com/rssmodule/"><channel><title>Comment Feed for Maestro: A Managed Domain Specific Language For Concurrent Programming (Going Deep on Channel 9)</title><atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/shows/going+deep/maestro-a-managed-domain-specific-language-for-concurrent-programming/rss/default.aspx" /><image><url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url><title>Comment Feed for Maestro: A Managed Domain Specific Language For Concurrent Programming (Going Deep on Channel 9)</title><link>http://channel9.msdn.com/shows/Going+Deep/Maestro-A-Managed-Domain-Specific-Language-For-Concurrent-Programming/</link></image><description>Maestro: A Managed Domain Specific Language For Concurrent Programming</description><link>http://channel9.msdn.com/shows/Going+Deep/Maestro-A-Managed-Domain-Specific-Language-For-Concurrent-Programming/</link><language>en-us</language><pubDate>Wed, 07 Jan 2009 21:39:09 GMT</pubDate><lastBuildDate>Wed, 07 Jan 2009 21:39:09 GMT</lastBuildDate><generator>EvNet (EvNet, Version=1.0.3608.3122, Culture=neutral, PublicKeyToken=null)</generator><item><title>Re: Re: Maestro: A Managed Domain Specific Language For Concurrent Programming</title><description>I think it's a good idea to explore how an agent-isolated model can be used to simplify expressing "ownership" of the UI. It certainly seems worth exploring in some depth.&lt;BR&gt;&lt;BR&gt;Another interesting angle is to look at how Maestro contracts can be used to express correct ordering of UI events, to control enabling/disabling of UI elements and force some formalism on UI interactions. Don't know whether that's actually going to prove useful, but it seems interesting to explore.</description><comments></comments><link>http://channel9.msdn.com/shows/Going+Deep/Maestro-A-Managed-Domain-Specific-Language-For-Concurrent-Programming/?CommentID=451778</link><pubDate>Wed, 07 Jan 2009 21:39:09 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/Going+Deep/Maestro-A-Managed-Domain-Specific-Language-For-Concurrent-Programming/?CommentID=451778</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/451778/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I think it's a good idea to explore how an agent-isolated model can be used to simplify expressing "ownership" of the UI. It certainly seems worth exploring in some depth.Another interesting angle is to look at how Maestro contracts can be used to express correct ordering of UI events, to control&amp;#8230;</evnet:previewtext><dc:creator>NiklasGustafson</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/451778/Trackback.aspx</trackback:ping></item><item><title>Re: Maestro: A Managed Domain Specific Language For Concurrent Programming</title><description>Very cool.&amp;nbsp; I remember a thread me and evildictator had on this very idea that was similar.&amp;nbsp; Grab patterns from Erlang and CCR and wrap it in a language/combiler pair that will enforce correct-by-construction design.&amp;nbsp; I also like that the patterns itself is a simpler version of STM.&amp;nbsp; Essencially the&amp;nbsp;R/W agents are a localized mini-STM without needing to implement a full STM.&amp;nbsp; And that you can even replace it with STM under the covers as an implementation detail and the syntax does not change much and the model remains the same.&amp;nbsp;&amp;nbsp; And think you still have the flex of using PTL libraries "inside" your agent.&amp;nbsp; &amp;nbsp;It smells like this is the right approach and abstraction going forward IMHO.&amp;nbsp; Nice work, hope to use some ctp bits in future.&lt;BR&gt;&lt;BR&gt;Also thinking...&amp;nbsp; Suppose the windows UI thread loop was *replaced with a single Agent.&amp;nbsp; Now we don't have to worry about IsInvokeRequired() or BeginInvoke()&amp;nbsp;or even hanging the UI thread inside callback method.&amp;nbsp; We have a clear seperation and threads don't matter in terms of UI correctness.&amp;nbsp; This would also mean we can forget about what thread we got a callback on (i.e. timer event) as it will not matter.&amp;nbsp; The UI agent can then be free to have any type of parellelize it can&amp;nbsp;correctly handle&amp;nbsp;inside itself and all is hidden from programmer.&amp;nbsp;&amp;nbsp;It would mean we would have to think about explicitly blocking/pausing other UI actions if you don't want people clicking same button twice before last action completes for example.&amp;nbsp; A light begins to appear...</description><comments></comments><link>http://channel9.msdn.com/shows/Going+Deep/Maestro-A-Managed-Domain-Specific-Language-For-Concurrent-Programming/?CommentID=451577</link><pubDate>Tue, 06 Jan 2009 20:45:39 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/Going+Deep/Maestro-A-Managed-Domain-Specific-Language-For-Concurrent-Programming/?CommentID=451577</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/451577/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Very cool.&amp;nbsp; I remember a thread me and evildictator had on this very idea that was similar.&amp;nbsp; Grab patterns from Erlang and CCR and wrap it in a language/combiler pair that will enforce correct-by-construction design.&amp;nbsp; I also like that the patterns itself is a simpler version of&amp;#8230;</evnet:previewtext><dc:creator>William Stacey</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/451577/Trackback.aspx</trackback:ping></item><item><title>Re: Re: Re: Re: Maestro: A Managed Domain Specific Language For Concurrent Programming</title><description>CCR is not as popular as it could be due to how it requires a shift in "concpetual programming". There are many teams inside of Microsoft that have implemented some concurrent system using CCR (generally in incubation stage or experimentation). Anybody who does anything with Microsoft Robotics is using the CCR (albeit implicitly). I think I understand your general question: "Why isn't the CCR more poplular than it appears to be?"&lt;BR&gt;&lt;BR&gt;I will make sure to ask the creator of the CCR this question at our next&amp;nbsp;interview.&amp;nbsp;I know that George will probably disagree with the notion of a&amp;nbsp;lack of CCR&amp;nbsp;adoption, but he'll&amp;nbsp;have more concrete evidence than I&amp;nbsp;can&amp;nbsp;come up&amp;nbsp;with off the top of my head. &lt;BR&gt;&lt;BR&gt;Thanks for the discussion!&lt;BR&gt;&lt;BR&gt;C&amp;nbsp;</description><comments></comments><link>http://channel9.msdn.com/shows/Going+Deep/Maestro-A-Managed-Domain-Specific-Language-For-Concurrent-Programming/?CommentID=450452</link><pubDate>Wed, 31 Dec 2008 00:25:08 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/Going+Deep/Maestro-A-Managed-Domain-Specific-Language-For-Concurrent-Programming/?CommentID=450452</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/450452/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>CCR is not as popular as it could be due to how it requires a shift in "concpetual programming". There are many teams inside of Microsoft that have implemented some concurrent system using CCR (generally in incubation stage or experimentation). Anybody who does anything with Microsoft Robotics is&amp;#8230;</evnet:previewtext><dc:creator>Charles</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/450452/Trackback.aspx</trackback:ping></item><item><title>Re: Re: Re: Maestro: A Managed Domain Specific Language For Concurrent Programming</title><description>Charles hi,&lt;br&gt;&lt;br&gt;I don't know how wide the adoption has been of course. I did say that it *seemed* not to have been wide and of course I could be wrong - wouldn't be the first time - but using the only benchmarks I have, namely (1) the number of articles in the blogosphere on CCR and (2) the amount of activity on the CCR/DSS forums, it's not an entirely invalid assumption.&lt;br&gt;&lt;br&gt;Of course it could be that not many think the CCR is worth blogging about, or that it is such an obviously intuitive model that not many need the forums, but I think neither of these is true and your own comments in the video suggest that some developers may consider the programming model something of a mental leap from where they currently are. &lt;br&gt;&lt;br&gt;I personally think the CCR is a really powerful model and *well worth* the investment. We have commercial licences for it at my place of work and maybe one day I'll be able to talk about that.&lt;br&gt;&lt;br&gt;On the other hand, it could be that by helping solve issues both of concurrent systems design and of scalability, everyone is using it, but keeping quiet, hoping that no-one else will. But I doubt it... ;-)&lt;br&gt;&lt;br&gt;Happy New Year!&lt;br&gt;</description><comments></comments><link>http://channel9.msdn.com/shows/Going+Deep/Maestro-A-Managed-Domain-Specific-Language-For-Concurrent-Programming/?CommentID=450365</link><pubDate>Tue, 30 Dec 2008 08:12:09 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/Going+Deep/Maestro-A-Managed-Domain-Specific-Language-For-Concurrent-Programming/?CommentID=450365</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/450365/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Charles hi,I don't know how wide the adoption has been of course. I did say that it *seemed* not to have been wide and of course I could be wrong - wouldn't be the first time - but using the only benchmarks I have, namely (1) the number of articles in the blogosphere on CCR and (2) the amount of&amp;#8230;</evnet:previewtext><dc:creator>nagunn</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/450365/Trackback.aspx</trackback:ping></item><item><title>Re: Re: Maestro: A Managed Domain Specific Language For Concurrent Programming</title><description>What makes you think that CCR adoption is not wide? Consider that many people are using CCR and in some cases very novel (and unexpected ways, like MySpace...).&lt;BR&gt;&lt;BR&gt;C</description><comments></comments><link>http://channel9.msdn.com/shows/Going+Deep/Maestro-A-Managed-Domain-Specific-Language-For-Concurrent-Programming/?CommentID=450289</link><pubDate>Mon, 29 Dec 2008 22:05:31 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/Going+Deep/Maestro-A-Managed-Domain-Specific-Language-For-Concurrent-Programming/?CommentID=450289</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/450289/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>What makes you think that CCR adoption is not wide? Consider that many people are using CCR and in some cases very novel (and unexpected ways, like MySpace...).C</evnet:previewtext><dc:creator>Charles</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/450289/Trackback.aspx</trackback:ping></item><item><title>Re: Maestro: A Managed Domain Specific Language For Concurrent Programming</title><description>It's interesting that the &lt;a href="http://msdn.microsoft.com/en-us/library/bb648752.aspx"&gt;CCR&lt;/a&gt; is the machinery behind all this. It's an excellent piece of work and a shame (to my mind) that its adoption does not seem to have been wider. I think the actor model is certainly one of the better models for taming concurrency, and the CCR provides a strong foundation for it, amongst other things.&lt;br&gt;&lt;br&gt;I think anything that Microsoft do to promote this model is going to be a good thing in the long run, and I look forward to a possible future release of Maestro in some form.&lt;br&gt;&lt;br&gt;The deep isolation present in &lt;a href="http://en.wikipedia.org/wiki/Erlang_%28programming_language%29"&gt;Erlang&lt;/a&gt;, which supports the actor model as a first class concept, is also available in &lt;a href="http://msdn.microsoft.com/en-us/library/bb483056.aspx"&gt;Decentralized Software Services&lt;/a&gt;, which builds atop of the CCR and is available to C# developers now. &lt;br&gt;&lt;br&gt;For those interested in the functional perspective, there is a non-blocking asynchronous message passing implementation available within the F# CTP and I've been &lt;a href="http://iodyner.spaces.live.com/blog/cns%217B505254340D5E9A%21147.entry"&gt;toying with using the CCR&lt;/a&gt; from within F# computation expressions to simplify the syntax somewhat.&lt;br&gt;</description><comments></comments><link>http://channel9.msdn.com/shows/Going+Deep/Maestro-A-Managed-Domain-Specific-Language-For-Concurrent-Programming/?CommentID=450082</link><pubDate>Sun, 28 Dec 2008 06:11:08 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/Going+Deep/Maestro-A-Managed-Domain-Specific-Language-For-Concurrent-Programming/?CommentID=450082</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/450082/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>It's interesting that the CCR is the machinery behind all this. It's an excellent piece of work and a shame (to my mind) that its adoption does not seem to have been wider. I think the actor model is certainly one of the better models for taming concurrency, and the CCR provides a strong foundation&amp;#8230;</evnet:previewtext><dc:creator>nagunn</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/450082/Trackback.aspx</trackback:ping></item><item><title>Re: Re: Re: Maestro: A Managed Domain Specific Language For Concurrent Programming</title><description>I have thoroughly enjoyed all the M and Parallelism talks. For parallelism there is enough to keep you busy for quite some time.&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;So now we know that Maestro is built on CCR.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;CLR&lt;/div&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;TPL&lt;/li&gt;&lt;li&gt;CCR&lt;/li&gt;&lt;li&gt;Maestro&lt;/li&gt;&lt;li&gt;?&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;C/C++&lt;/div&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;CRT&lt;/li&gt;&lt;li&gt;PPL&lt;/li&gt;&lt;li&gt;?&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;I would be interested in&lt;/div&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;Native vs managed integration? - CRT/PPL vs TPL/threadpool&lt;/li&gt;&lt;li&gt;TPL/CCR integration?&lt;/li&gt;&lt;li&gt;What scale do you expect what libraries to be able to manage?&lt;/li&gt;&lt;li&gt;What level of concurrency do what libraries efficiently enable?&lt;/li&gt;&lt;li&gt;How do what concurrency paradigms affect program complexity and predictability and how future proof will they be&lt;/li&gt;&lt;li&gt;In the past sequential programs became faster with faster processors; we cannot just expect parallel programs to continue to scale - exposing concurrency at some level may seem fine, but it will start to hurt at some level -- program flow prevents absolute parallelism; maximization how? - Niklas talks about speculative parallelism...&lt;/li&gt;&lt;li&gt;Dogfooding -&lt;/li&gt;&lt;ul&gt;&lt;li&gt;Where is Microsoft be dogfooding these libraries - applications and services; what is being done in Windows itself, going forward?&lt;/li&gt;&lt;li&gt;What will it dogfood where and why?&lt;/li&gt;&lt;li&gt;How deep into the OS will it dogfood and what will be used where?&lt;/li&gt;&lt;li&gt;What does concurrency mean for Windows?&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;Implicit concurrency&lt;/li&gt;&lt;ul&gt;&lt;li&gt;Is it feasible?&lt;/li&gt;&lt;li&gt;What languages?&lt;/li&gt;&lt;li&gt;What timescale?&lt;/li&gt;&lt;li&gt;On what scale?&lt;/li&gt;&lt;li&gt;Dynamic program optimization for needed parallelism (no. of cores) or static partitioning with "fixed-grained" tasks?&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;Parallelism concepts, how many are there both research-stage and applied&lt;/li&gt;&lt;li&gt;Will the asking ever stop?&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description><comments></comments><link>http://channel9.msdn.com/shows/Going+Deep/Maestro-A-Managed-Domain-Specific-Language-For-Concurrent-Programming/?CommentID=449692</link><pubDate>Wed, 24 Dec 2008 00:20:55 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/Going+Deep/Maestro-A-Managed-Domain-Specific-Language-For-Concurrent-Programming/?CommentID=449692</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/449692/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I have thoroughly enjoyed all the M and Parallelism talks. For parallelism there is enough to keep you busy for quite some time.So now we know that Maestro is built on CCR.CLRTPLCCRMaestro?C/C++CRTPPL?I would be interested inNative vs managed integration? - CRT/PPL vs TPL/threadpoolTPL/CCR&amp;#8230;</evnet:previewtext><dc:creator>Bent Rasmussen</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/449692/Trackback.aspx</trackback:ping></item><item><title>Re: Re: Maestro: A Managed Domain Specific Language For Concurrent Programming</title><description>In the new year, this will be fixed (most likely with the addition of a low res MP4). Right now, MP4's are being encoded at a high bit rate (maybe too high). Sampy (Mike Sampson), the inventor of Magic Folder (the application that does all of the processing magic for our media files) is aware of this and has plans to address this.&lt;BR&gt;&lt;BR&gt;Glad you liked the interview!&lt;BR&gt;&lt;BR&gt;C</description><comments></comments><link>http://channel9.msdn.com/shows/Going+Deep/Maestro-A-Managed-Domain-Specific-Language-For-Concurrent-Programming/?CommentID=449677</link><pubDate>Tue, 23 Dec 2008 21:40:16 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/Going+Deep/Maestro-A-Managed-Domain-Specific-Language-For-Concurrent-Programming/?CommentID=449677</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/449677/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>In the new year, this will be fixed (most likely with the addition of a low res MP4). Right now, MP4's are being encoded at a high bit rate (maybe too high). Sampy (Mike Sampson), the inventor of Magic Folder (the application that does all of the processing magic for our media files) is aware of&amp;#8230;</evnet:previewtext><dc:creator>Charles</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/449677/Trackback.aspx</trackback:ping></item><item><title>Re: Maestro: A Managed Domain Specific Language For Concurrent Programming</title><description>&lt;P&gt;Charles,&lt;BR&gt;Brilliant stuff, one question though -&amp;nbsp;&amp;nbsp;Why is the MP4 version 500 MB v 160 odd for WMV?&lt;/P&gt;
&lt;P&gt;Mark&lt;/P&gt;</description><comments></comments><link>http://channel9.msdn.com/shows/Going+Deep/Maestro-A-Managed-Domain-Specific-Language-For-Concurrent-Programming/?CommentID=449675</link><pubDate>Tue, 23 Dec 2008 21:37:32 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/Going+Deep/Maestro-A-Managed-Domain-Specific-Language-For-Concurrent-Programming/?CommentID=449675</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/449675/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Charles,Brilliant stuff, one question though -&amp;nbsp;&amp;nbsp;Why is the MP4 version 500 MB v 160 odd for WMV?
Mark</evnet:previewtext><dc:creator>mkoops</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/449675/Trackback.aspx</trackback:ping></item><item><title>Re: Re: Maestro: A Managed Domain Specific Language For Concurrent Programming</title><description>Any application with concurrent tendencies :) It's a DSL, but the specific domain is concurrency/parallelism and what it offers (at this point theoretically since you can't play with it yet) is&amp;nbsp;a readily comprehensible way&amp;nbsp;(providing sequential semantics that you're most likely very&amp;nbsp;used to) to program multiple asychnronous domains that communicate via channels and the agents they possess. At least, this is&amp;nbsp;my understanding after listening to the big brains explain their thinking.&lt;BR&gt;&lt;BR&gt;C</description><comments></comments><link>http://channel9.msdn.com/shows/Going+Deep/Maestro-A-Managed-Domain-Specific-Language-For-Concurrent-Programming/?CommentID=449599</link><pubDate>Tue, 23 Dec 2008 06:34:45 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/Going+Deep/Maestro-A-Managed-Domain-Specific-Language-For-Concurrent-Programming/?CommentID=449599</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/449599/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Any application with concurrent tendencies :) It's a DSL, but the specific domain is concurrency/parallelism and what it offers (at this point theoretically since you can't play with it yet) is&amp;nbsp;a readily comprehensible way&amp;nbsp;(providing sequential semantics that you're most likely&amp;#8230;</evnet:previewtext><dc:creator>Charles</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/449599/Trackback.aspx</trackback:ping></item><item><title>Re: Maestro: A Managed Domain Specific Language For Concurrent Programming</title><description>I think I get the concept of it but what are some of the applications that could benefit from this? A business application, a game, ... ?</description><comments></comments><link>http://channel9.msdn.com/shows/Going+Deep/Maestro-A-Managed-Domain-Specific-Language-For-Concurrent-Programming/?CommentID=449582</link><pubDate>Tue, 23 Dec 2008 02:06:42 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/Going+Deep/Maestro-A-Managed-Domain-Specific-Language-For-Concurrent-Programming/?CommentID=449582</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/449582/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>I think I get the concept of it but what are some of the applications that could benefit from this? A business application, a game, ... ?</evnet:previewtext><dc:creator>ZippyV</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/449582/Trackback.aspx</trackback:ping></item><item><title>Re: Maestro: A Managed Domain Specific Language For Concurrent Programming</title><description>Super interesting stuff, keep this coming!</description><comments></comments><link>http://channel9.msdn.com/shows/Going+Deep/Maestro-A-Managed-Domain-Specific-Language-For-Concurrent-Programming/?CommentID=449552</link><pubDate>Mon, 22 Dec 2008 21:10:09 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/shows/Going+Deep/Maestro-A-Managed-Domain-Specific-Language-For-Concurrent-Programming/?CommentID=449552</guid><evnet:views>0</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/449552/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Super interesting stuff, keep this coming!</evnet:previewtext><dc:creator>ilmar</dc:creator><slash:comments>0</slash:comments><wfw:commentRss></wfw:commentRss><trackback:ping>http://channel9.msdn.com/449552/Trackback.aspx</trackback:ping></item></channel></rss>