<?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: HOW TO:  Use mini-batching to improve grid performance</title>
	<atom:link href="http://blog.markturansky.com/archives/97/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.markturansky.com/archives/97</link>
	<description>software architecture &#38; engineering, code hints, sometimes philosophy, photography, life, etc.</description>
	<lastBuildDate>Thu, 19 Jan 2012 14:26:50 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mark Turansky</title>
		<link>http://blog.markturansky.com/archives/97/comment-page-1#comment-821</link>
		<dc:creator>Mark Turansky</dc:creator>
		<pubDate>Sat, 26 Jul 2008 12:35:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.markturansky.com/archives/97#comment-821</guid>
		<description>Good point.  We rolled our own framework and used a class called MiniBatch to send a bunch of tasks to a consumer.  TaskBuffer would have been a good name, too.  Prefetching sounds like consumers pull queued work, which they do in our system except that all the work are the individual tasks.  We needed a way to batch them up (or buffer them) so that the unit of work pulled by a consumer is a bigger chunk than just the single task.</description>
		<content:encoded><![CDATA[<p>Good point.  We rolled our own framework and used a class called MiniBatch to send a bunch of tasks to a consumer.  TaskBuffer would have been a good name, too.  Prefetching sounds like consumers pull queued work, which they do in our system except that all the work are the individual tasks.  We needed a way to batch them up (or buffer them) so that the unit of work pulled by a consumer is a bigger chunk than just the single task.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bob</title>
		<link>http://blog.markturansky.com/archives/97/comment-page-1#comment-819</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Sat, 26 Jul 2008 10:29:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.markturansky.com/archives/97#comment-819</guid>
		<description>Why use a new terminology when what you describe is just task buffering (or prefetching)?</description>
		<content:encoded><![CDATA[<p>Why use a new terminology when what you describe is just task buffering (or prefetching)?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

