<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>GrassField &#187; patterns</title>
	<atom:link href="http://blog.grassfield.org/category/patterns/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.grassfield.org</link>
	<description>Classroom notes on Java SE, EE &#38; ME</description>
	<lastBuildDate>Fri, 02 Jul 2010 06:29:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Producer Consumer &#8211; the saviour!</title>
		<link>http://blog.grassfield.org/2008/02/18/producer-consumer-the-saviour/</link>
		<comments>http://blog.grassfield.org/2008/02/18/producer-consumer-the-saviour/#comments</comments>
		<pubDate>Mon, 18 Feb 2008 18:06:53 +0000</pubDate>
		<dc:creator>Pandian R</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[patterns]]></category>

		<guid isPermaLink="false">http://blog.grassfield.org/2008/02/18/producer-consumer-the-saviour/</guid>
		<description><![CDATA[
Hi,
I had a task of populating some collections several times,  before uploading them to DB. What happened was, memory had grown rapidly, and atlast the application died with OutOfMemoryError  
That time my lead was suggesting to go to this pattern, Producer-Consumer!  Like, one guy will be populating the collection, In parallel another guy will [...]]]></description>
		<wfw:commentRss>http://blog.grassfield.org/2008/02/18/producer-consumer-the-saviour/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
