<?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: Javascript Worker Threads &#8211; the Unsung Hero of Modern Browsers</title>
	<atom:link href="http://bradkellett.com/p/javascript-worker-threads/feed/" rel="self" type="application/rss+xml" />
	<link>http://bradkellett.com/p/javascript-worker-threads/</link>
	<description></description>
	<lastBuildDate>Mon, 06 Feb 2012 03:04:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: engetlyJedync</title>
		<link>http://bradkellett.com/p/javascript-worker-threads/comment-page-1/#comment-149497</link>
		<dc:creator>engetlyJedync</dc:creator>
		<pubDate>Fri, 14 Aug 2009 01:52:45 +0000</pubDate>
		<guid isPermaLink="false">http://bradkellett.com/?p=475#comment-149497</guid>
		<description>This look interesting,so far.
If there&#039;s anyone else here,  let me know.
Oh, and yes I&#039;m a real person LOL.

Bye,</description>
		<content:encoded><![CDATA[<p>This look interesting,so far.<br />
If there&#8217;s anyone else here,  let me know.<br />
Oh, and yes I&#8217;m a real person LOL.</p>
<p>Bye,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad Kellett</title>
		<link>http://bradkellett.com/p/javascript-worker-threads/comment-page-1/#comment-147328</link>
		<dc:creator>Brad Kellett</dc:creator>
		<pubDate>Wed, 01 Jul 2009 15:29:50 +0000</pubDate>
		<guid isPermaLink="false">http://bradkellett.com/?p=475#comment-147328</guid>
		<description>Yes, the Safari 4 and Firefox 3.5 implementations of worker threads use OS level threading, which means it makes use of multiple cores and multiple threads per core.

I don&#039;t agree that it&#039;s a replacement for event driven development. I think they go hand in hand very well, it just brings more desktop-type development techniques to the web.

Think ... Read Moreof an email client on the desktop - it has background threads to perform fetching of mail, and events to control when people interact with the already delivered mail, then more threads to send info back to the server (especially in the case of an IMAP account). This kind of thing will open up a lot of opportunities on the web.</description>
		<content:encoded><![CDATA[<p>Yes, the Safari 4 and Firefox 3.5 implementations of worker threads use OS level threading, which means it makes use of multiple cores and multiple threads per core.</p>
<p>I don&#8217;t agree that it&#8217;s a replacement for event driven development. I think they go hand in hand very well, it just brings more desktop-type development techniques to the web.</p>
<p>Think &#8230; Read Moreof an email client on the desktop &#8211; it has background threads to perform fetching of mail, and events to control when people interact with the already delivered mail, then more threads to send info back to the server (especially in the case of an IMAP account). This kind of thing will open up a lot of opportunities on the web.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David P. Novakovic</title>
		<link>http://bradkellett.com/p/javascript-worker-threads/comment-page-1/#comment-147327</link>
		<dc:creator>David P. Novakovic</dc:creator>
		<pubDate>Wed, 01 Jul 2009 15:29:21 +0000</pubDate>
		<guid isPermaLink="false">http://bradkellett.com/?p=475#comment-147327</guid>
		<description>you know... I gave it some more thought.. and you examples would work better in threads if the threads can run over multiple CPUs... have you got any deets on that?</description>
		<content:encoded><![CDATA[<p>you know&#8230; I gave it some more thought.. and you examples would work better in threads if the threads can run over multiple CPUs&#8230; have you got any deets on that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David P. Novakovic</title>
		<link>http://bradkellett.com/p/javascript-worker-threads/comment-page-1/#comment-147326</link>
		<dc:creator>David P. Novakovic</dc:creator>
		<pubDate>Wed, 01 Jul 2009 15:29:06 +0000</pubDate>
		<guid isPermaLink="false">http://bradkellett.com/?p=475#comment-147326</guid>
		<description>there is not really much difference, just that a lot of front end developers don&#039;t understand how to write good event driven code. Threads always have and will be the lazy way to get concurrency for people who can&#039;t think in terms of events :P

That being said, hopefully this will enable developers to create sites that run better and smoother because it gives them concurrency in a paradigm they understand (linear code execution)</description>
		<content:encoded><![CDATA[<p>there is not really much difference, just that a lot of front end developers don&#8217;t understand how to write good event driven code. Threads always have and will be the lazy way to get concurrency for people who can&#8217;t think in terms of events <img src='http://bradkellett.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>That being said, hopefully this will enable developers to create sites that run better and smoother because it gives them concurrency in a paradigm they understand (linear code execution)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

