<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Massive parallelism &#8211; F# in the cloud?</title>
	<atom:link href="http://rogeralsing.com/2009/12/29/massive-parallelism-f-in-the-cloud/feed/" rel="self" type="application/rss+xml" />
	<link>http://rogeralsing.com/2009/12/29/massive-parallelism-f-in-the-cloud/</link>
	<description></description>
	<lastBuildDate>Sat, 28 Jan 2012 14:35:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: George</title>
		<link>http://rogeralsing.com/2009/12/29/massive-parallelism-f-in-the-cloud/#comment-2341</link>
		<dc:creator><![CDATA[George]]></dc:creator>
		<pubDate>Wed, 19 Oct 2011 20:19:50 +0000</pubDate>
		<guid isPermaLink="false">http://rogeralsing.com/?p=731#comment-2341</guid>
		<description><![CDATA[Maybe you should check M-Brace, a new upcoming cloud framework based on F# that pretty much does what you describe here...

http://www.m-brace.net]]></description>
		<content:encoded><![CDATA[<p>Maybe you should check M-Brace, a new upcoming cloud framework based on F# that pretty much does what you describe here&#8230;</p>
<p><a href="http://www.m-brace.net" rel="nofollow">http://www.m-brace.net</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oskar Sjöberg</title>
		<link>http://rogeralsing.com/2009/12/29/massive-parallelism-f-in-the-cloud/#comment-1632</link>
		<dc:creator><![CDATA[Oskar Sjöberg]]></dc:creator>
		<pubDate>Tue, 04 May 2010 13:38:20 +0000</pubDate>
		<guid isPermaLink="false">http://rogeralsing.com/?p=731#comment-1632</guid>
		<description><![CDATA[We have started a project like that a few years back. It consists of a generic client that (after authentication) executes the .NET code that is sent over the wire and passes the result back to the caller. This can be done pretty safely because the code can be executed in a sandbox.

The part of executing stuff remotely and bringing the result back to the server is solved. However we ran into massive problems with asynchronous communication which I think is needed for good performance, so we have just started our third rewrite of the damn thing!]]></description>
		<content:encoded><![CDATA[<p>We have started a project like that a few years back. It consists of a generic client that (after authentication) executes the .NET code that is sent over the wire and passes the result back to the caller. This can be done pretty safely because the code can be executed in a sandbox.</p>
<p>The part of executing stuff remotely and bringing the result back to the server is solved. However we ran into massive problems with asynchronous communication which I think is needed for good performance, so we have just started our third rewrite of the damn thing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Severance</title>
		<link>http://rogeralsing.com/2009/12/29/massive-parallelism-f-in-the-cloud/#comment-1437</link>
		<dc:creator><![CDATA[Steve Severance]]></dc:creator>
		<pubDate>Wed, 06 Jan 2010 22:14:18 +0000</pubDate>
		<guid isPermaLink="false">http://rogeralsing.com/?p=731#comment-1437</guid>
		<description><![CDATA[In fact this idea has been around for a long time in functional languages. One of the nice tings about immutable values and the other design features of a functional language.  See:

http://www.macs.hw.ac.uk/~dsg/gdh/]]></description>
		<content:encoded><![CDATA[<p>In fact this idea has been around for a long time in functional languages. One of the nice tings about immutable values and the other design features of a functional language.  See:</p>
<p><a href="http://www.macs.hw.ac.uk/~dsg/gdh/" rel="nofollow">http://www.macs.hw.ac.uk/~dsg/gdh/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger Alsing</title>
		<link>http://rogeralsing.com/2009/12/29/massive-parallelism-f-in-the-cloud/#comment-1424</link>
		<dc:creator><![CDATA[Roger Alsing]]></dc:creator>
		<pubDate>Wed, 30 Dec 2009 05:27:24 +0000</pubDate>
		<guid isPermaLink="false">http://rogeralsing.com/?p=731#comment-1424</guid>
		<description><![CDATA[Why?

You do it every time you execute a Linq query with NHib/LTS.
Or is it only OK when it is in a form you are used to, eg. SQL or Javascript ?]]></description>
		<content:encoded><![CDATA[<p>Why?</p>
<p>You do it every time you execute a Linq query with NHib/LTS.<br />
Or is it only OK when it is in a form you are used to, eg. SQL or Javascript ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian Markbåge</title>
		<link>http://rogeralsing.com/2009/12/29/massive-parallelism-f-in-the-cloud/#comment-1423</link>
		<dc:creator><![CDATA[Sebastian Markbåge]]></dc:creator>
		<pubDate>Tue, 29 Dec 2009 22:41:57 +0000</pubDate>
		<guid isPermaLink="false">http://rogeralsing.com/?p=731#comment-1423</guid>
		<description><![CDATA[Stop trying to send serialized logic over the wire! :)]]></description>
		<content:encoded><![CDATA[<p>Stop trying to send serialized logic over the wire! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zproxy</title>
		<link>http://rogeralsing.com/2009/12/29/massive-parallelism-f-in-the-cloud/#comment-1418</link>
		<dc:creator><![CDATA[zproxy]]></dc:creator>
		<pubDate>Tue, 29 Dec 2009 13:46:45 +0000</pubDate>
		<guid isPermaLink="false">http://rogeralsing.com/?p=731#comment-1418</guid>
		<description><![CDATA[Yes indeed, now you say new Thread { IsBackground = true }

But soon you will tell new CloudThread { ...  :)

The code wil automatically be proxied to multiple servers!]]></description>
		<content:encoded><![CDATA[<p>Yes indeed, now you say new Thread { IsBackground = true }</p>
<p>But soon you will tell new CloudThread { &#8230;  :)</p>
<p>The code wil automatically be proxied to multiple servers!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

