<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
  <channel>
    <title>Dancing About Architecture: Microfeed for "Java Concurrency in Practice"</title>
    <link>http://www.burningdoor.com/eric/archives/001867.html</link>
    <description>Comments for the entry "Java Concurrency in Practice"</description>
    <language>en-us</language>
    <generator>Movable Type v3.21</generator>
    <managingEditor>eric@burningdoor.com</managingEditor>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <webMaster>eric@burningdoor.com</webMaster>
    <lastBuildDate>Tue, 27 Jun 2006 03:50:48 -06:00</lastBuildDate>

     <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/eric/microfeed?itemId=001867" type="application/rss+xml" /><feedburner:browserFriendly>This is a "Microfeed" that tracks the comments for one particular item on my blog.</feedburner:browserFriendly><item>
      <title>Comment from Kevin Burton</title>
      <description><![CDATA[<p>For the record... I'd highly recommend against using local caches.  </p>

<p>Use memcached... local memory usage is evil and doesn't scale.  </p>

<p>The Java memcached driver is pretty damn good but it doesn't scale linearly just yet.  It needs NIO support which is on my agenda one of these days.</p>

<p>In general though its better to avoid threads if at all possible... </p>]]></description>
      <guid isPermaLink="false">1867@http://www.burningdoor.com/eric/#c226121</guid>
      <pubDate>Tue, 27 Jun 2006 03:50:48 -06:00</pubDate>
    </item>

  </channel>
</rss>
