<?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: JPU: JavaScript CPU Monitor</title>
	<atom:link href="http://ajaxian.com/archives/jpu-javascript-cpu-monitor/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/jpu-javascript-cpu-monitor</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: Ariel</title>
		<link>http://ajaxian.com/archives/jpu-javascript-cpu-monitor/comment-page-1#comment-257818</link>
		<dc:creator>Ariel</dc:creator>
		<pubDate>Fri, 26 Oct 2007 18:57:09 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/jpu-javascript-cpu-monitor#comment-257818</guid>
		<description>Excuse my ignorance :)
But what do you mean by &quot;WorkerPool&quot; ?</description>
		<content:encoded><![CDATA[<p>Excuse my ignorance :)<br />
But what do you mean by &#8220;WorkerPool&#8221; ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shiva</title>
		<link>http://ajaxian.com/archives/jpu-javascript-cpu-monitor/comment-page-1#comment-257130</link>
		<dc:creator>Shiva</dc:creator>
		<pubDate>Sat, 13 Oct 2007 17:31:44 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/jpu-javascript-cpu-monitor#comment-257130</guid>
		<description>This is a beauty!  It does give a crude picture of the CPU activity caused by the script in the page.  Clever way to take advantage of setInterval()&#039;s inconsistency.</description>
		<content:encoded><![CDATA[<p>This is a beauty!  It does give a crude picture of the CPU activity caused by the script in the page.  Clever way to take advantage of setInterval()&#8217;s inconsistency.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Schultz</title>
		<link>http://ajaxian.com/archives/jpu-javascript-cpu-monitor/comment-page-1#comment-255839</link>
		<dc:creator>Robert Schultz</dc:creator>
		<pubDate>Thu, 20 Sep 2007 19:02:12 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/jpu-javascript-cpu-monitor#comment-255839</guid>
		<description>Very interesting. I think this has real promise as something an end-user could turn on if they report a site as being slow.
I think for an end-user though it would work better if it was a traffic light. Green, Yellow, Red.
So have them switch on the traffic light and have them inform you what part of the application (what actions, areas, data, etc) they are dealing with when the traffic light turns red.
It would make it a lot easier to get answers out of users about where things are slow.</description>
		<content:encoded><![CDATA[<p>Very interesting. I think this has real promise as something an end-user could turn on if they report a site as being slow.<br />
I think for an end-user though it would work better if it was a traffic light. Green, Yellow, Red.<br />
So have them switch on the traffic light and have them inform you what part of the application (what actions, areas, data, etc) they are dealing with when the traffic light turns red.<br />
It would make it a lot easier to get answers out of users about where things are slow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John T.</title>
		<link>http://ajaxian.com/archives/jpu-javascript-cpu-monitor/comment-page-1#comment-255718</link>
		<dc:creator>John T.</dc:creator>
		<pubDate>Wed, 19 Sep 2007 03:02:43 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/jpu-javascript-cpu-monitor#comment-255718</guid>
		<description>Can you give that bookmarklet another shot? TIA.</description>
		<content:encoded><![CDATA[<p>Can you give that bookmarklet another shot? TIA.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marat Denenberg</title>
		<link>http://ajaxian.com/archives/jpu-javascript-cpu-monitor/comment-page-1#comment-255714</link>
		<dc:creator>Marat Denenberg</dc:creator>
		<pubDate>Tue, 18 Sep 2007 22:03:21 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/jpu-javascript-cpu-monitor#comment-255714</guid>
		<description>Very cute. It seems the script is taking advantage of the inaccuracy of setInterval to measure load. As we all know, the more stuff you do, the more inaccurate setInterval becomes. This method would probably not work in a multi-threaded environment, since one would expect setInterval to behave better ... then again, with JS, you never know =)</description>
		<content:encoded><![CDATA[<p>Very cute. It seems the script is taking advantage of the inaccuracy of setInterval to measure load. As we all know, the more stuff you do, the more inaccurate setInterval becomes. This method would probably not work in a multi-threaded environment, since one would expect setInterval to behave better &#8230; then again, with JS, you never know =)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

