<?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/"
		>
<channel>
	<title>Comments on: Web Workers update for Firefox 3.1</title>
	<atom:link href="http://ajaxian.com/archives/web-workers-update-for-firefox-31/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/web-workers-update-for-firefox-31</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Tue, 16 Mar 2010 23:51:05 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: RyanGahl</title>
		<link>http://ajaxian.com/archives/web-workers-update-for-firefox-31/comment-page-1#comment-270491</link>
		<dc:creator>RyanGahl</dc:creator>
		<pubDate>Thu, 15 Jan 2009 16:45:24 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5579#comment-270491</guid>
		<description>@Vladev: it wouldn&#039;t be &quot;extremely hard&quot;, it would just mean having to provide mutex objects, context synchronization, locking, etc... more like robust async programming in an advanced server language like C#, which is not extremely hard.

At any rate, this is a wonderful first step towards native support for threaded javascript. Of course, tis already available with plugins like Gears, but native support is sorely needed. 

Keep it up.</description>
		<content:encoded><![CDATA[<p>@Vladev: it wouldn&#8217;t be &#8220;extremely hard&#8221;, it would just mean having to provide mutex objects, context synchronization, locking, etc&#8230; more like robust async programming in an advanced server language like C#, which is not extremely hard.</p>
<p>At any rate, this is a wonderful first step towards native support for threaded javascript. Of course, tis already available with plugins like Gears, but native support is sorely needed. </p>
<p>Keep it up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vladev</title>
		<link>http://ajaxian.com/archives/web-workers-update-for-firefox-31/comment-page-1#comment-270277</link>
		<dc:creator>Vladev</dc:creator>
		<pubDate>Wed, 07 Jan 2009 16:25:35 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5579#comment-270277</guid>
		<description>Having the ability to pass functions will mean that you will be able to pass closures that carry the surrounding variables (scope), meaning state and therefore making it extremely hard to have asynchronous workers. 
As far as I see workers are some implementation/interpretation of actor-based concurrency, right?</description>
		<content:encoded><![CDATA[<p>Having the ability to pass functions will mean that you will be able to pass closures that carry the surrounding variables (scope), meaning state and therefore making it extremely hard to have asynchronous workers.<br />
As far as I see workers are some implementation/interpretation of actor-based concurrency, right?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PieturP</title>
		<link>http://ajaxian.com/archives/web-workers-update-for-firefox-31/comment-page-1#comment-270275</link>
		<dc:creator>PieturP</dc:creator>
		<pubDate>Wed, 07 Jan 2009 15:59:09 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=5579#comment-270275</guid>
		<description>Too bad there can&#039;t be functions in the objects sended in messages between workers (other than strings to eviluate)
But anyway: nice! Can&#039;t wait to start using workers ;-)</description>
		<content:encoded><![CDATA[<p>Too bad there can&#8217;t be functions in the objects sended in messages between workers (other than strings to eviluate)<br />
But anyway: nice! Can&#8217;t wait to start using workers ;-)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
