<?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: Wombat NNTP progress</title>
	<atom:link href="http://losingfight.com/blog/2006/09/28/wombat-nntp-progress/feed/" rel="self" type="application/rss+xml" />
	<link>http://losingfight.com/blog/2006/09/28/wombat-nntp-progress/</link>
	<description>because i don&#039;t write software for windows</description>
	<lastBuildDate>Tue, 31 Jan 2012 00:17:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jon Hendry</title>
		<link>http://losingfight.com/blog/2006/09/28/wombat-nntp-progress/comment-page-1/#comment-257</link>
		<dc:creator>Jon Hendry</dc:creator>
		<pubDate>Sun, 17 Dec 2006 14:43:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.losingfight.com/blog/2006/09/28/wombat-nntp-progress/#comment-257</guid>
		<description>&quot;So I modified Wombat to keep the headers in the database, but write the article to an external file.&quot;

How about using Apple&#039;s SearchKit &lt;a href=&quot;http://developer.apple.com/documentation/UserExperience/Conceptual/SearchKitConcepts/searchKit_concepts/chapter_3_section_3.html#//apple_ref/doc/uid/TP40002844-mrj-SW1&quot; rel=&quot;nofollow&quot;&gt;text summarizing&lt;/a&gt; on the article body, and storing that in the database too. It&#039;d be more compact (I think the amount kept is configurable) but would give you some searchable content in the database.</description>
		<content:encoded><![CDATA[<p>&#8220;So I modified Wombat to keep the headers in the database, but write the article to an external file.&#8221;</p>
<p>How about using Apple&#8217;s SearchKit <a href="http://developer.apple.com/documentation/UserExperience/Conceptual/SearchKitConcepts/searchKit_concepts/chapter_3_section_3.html#//apple_ref/doc/uid/TP40002844-mrj-SW1" rel="nofollow">text summarizing</a> on the article body, and storing that in the database too. It&#8217;d be more compact (I think the amount kept is configurable) but would give you some searchable content in the database.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blake Seely</title>
		<link>http://losingfight.com/blog/2006/09/28/wombat-nntp-progress/comment-page-1/#comment-256</link>
		<dc:creator>Blake Seely</dc:creator>
		<pubDate>Wed, 11 Oct 2006 22:18:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.losingfight.com/blog/2006/09/28/wombat-nntp-progress/#comment-256</guid>
		<description>I assume you&#039;ve figured this out by now, but you should absolutely not use a single ManagedObjectContext from multiple threads. It&#039;s not thread safe. If you want to do this, you have to completely lock it (which means that no other threads can do anything at all to it).

The altnernative is to have a different MOC for each thread - when a thread is done doing it&#039;s thing, save all the changes and update the other MOCs.

-blake</description>
		<content:encoded><![CDATA[<p>I assume you&#8217;ve figured this out by now, but you should absolutely not use a single ManagedObjectContext from multiple threads. It&#8217;s not thread safe. If you want to do this, you have to completely lock it (which means that no other threads can do anything at all to it).</p>
<p>The altnernative is to have a different MOC for each thread &#8211; when a thread is done doing it&#8217;s thing, save all the changes and update the other MOCs.</p>
<p>-blake</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: spitgirl</title>
		<link>http://losingfight.com/blog/2006/09/28/wombat-nntp-progress/comment-page-1/#comment-255</link>
		<dc:creator>spitgirl</dc:creator>
		<pubDate>Thu, 28 Sep 2006 23:22:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.losingfight.com/blog/2006/09/28/wombat-nntp-progress/#comment-255</guid>
		<description>Yes, life is good when your girlfriend has a paper due. :)</description>
		<content:encoded><![CDATA[<p>Yes, life is good when your girlfriend has a paper due. <img src='http://losingfight.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

