<?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"
	>
<channel>
	<title>Comments on: How to make a program choose an optimal polling interval</title>
	<atom:link href="http://www.xaprb.com/blog/2006/05/04/how-to-make-a-program-choose-an-optimal-polling-interval/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xaprb.com/blog/2006/05/04/how-to-make-a-program-choose-an-optimal-polling-interval/</link>
	<description>Stay curious!</description>
	<pubDate>Tue, 06 Jan 2009 11:48:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: How fast is MySQL replication? at Xaprb</title>
		<link>http://www.xaprb.com/blog/2006/05/04/how-to-make-a-program-choose-an-optimal-polling-interval/#comment-13564</link>
		<dc:creator>How fast is MySQL replication? at Xaprb</dc:creator>
		<pubDate>Wed, 24 Oct 2007 02:00:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=140#comment-13564</guid>
		<description>[...] can only get you so far; the extra overhead caused by polling skews the measurements (even if you poll smartly). I wanted to see if I could do this without polling the slave for results. It turned out to be [...]</description>
		<content:encoded><![CDATA[<p>[...] can only get you so far; the extra overhead caused by polling skews the measurements (even if you poll smartly). I wanted to see if I could do this without polling the slave for results. It turned out to be [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sam</title>
		<link>http://www.xaprb.com/blog/2006/05/04/how-to-make-a-program-choose-an-optimal-polling-interval/#comment-13391</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Wed, 12 Sep 2007 03:35:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=140#comment-13391</guid>
		<description>I agree.  I think Fibonacci analysis would be optimal.</description>
		<content:encoded><![CDATA[<p>I agree.  I think Fibonacci analysis would be optimal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to notify event listeners in MySQL at Xaprb</title>
		<link>http://www.xaprb.com/blog/2006/05/04/how-to-make-a-program-choose-an-optimal-polling-interval/#comment-13346</link>
		<dc:creator>How to notify event listeners in MySQL at Xaprb</dc:creator>
		<pubDate>Wed, 29 Aug 2007 12:46:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=140#comment-13346</guid>
		<description>[...] do need to poll, there are still some steps you can take to make it more efficient. I wrote about efficient polling with exponential or Fibonacci wait a while ago. This technique has worked well for me in many [...]</description>
		<content:encoded><![CDATA[<p>[...] do need to poll, there are still some steps you can take to make it more efficient. I wrote about efficient polling with exponential or Fibonacci wait a while ago. This technique has worked well for me in many [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xaprb</title>
		<link>http://www.xaprb.com/blog/2006/05/04/how-to-make-a-program-choose-an-optimal-polling-interval/#comment-747</link>
		<dc:creator>Xaprb</dc:creator>
		<pubDate>Mon, 22 May 2006 18:46:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=140#comment-747</guid>
		<description>&lt;p&gt;Something else that just occurred to me: the Fibonacci series is another possibility for changing the polling interval.  It may in fact be the most natural series to use for many applications.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Something else that just occurred to me: the Fibonacci series is another possibility for changing the polling interval.  It may in fact be the most natural series to use for many applications.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
