<?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 for Christopher Warner</title>
	<atom:link href="http://weblog.kernelcode.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://weblog.kernelcode.com</link>
	<description>&#34;So, it&#039;s not like the code is my brain; keep it&#34;</description>
	<lastBuildDate>Thu, 19 Mar 2009 16:15:55 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Ekiga on OSX by Christopher Warner</title>
		<link>http://weblog.kernelcode.com/2008/11/13/ekiga-on-osx/comment-page-1/#comment-6983</link>
		<dc:creator>Christopher Warner</dc:creator>
		<pubDate>Thu, 19 Mar 2009 16:15:55 +0000</pubDate>
		<guid isPermaLink="false">http://people.kernelcode.com/cwarner/?p=115#comment-6983</guid>
		<description>Let me know if you want help; i&#039;m in..</description>
		<content:encoded><![CDATA[<p>Let me know if you want help; i&#8217;m in..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ekiga on OSX by crazyheinz</title>
		<link>http://weblog.kernelcode.com/2008/11/13/ekiga-on-osx/comment-page-1/#comment-6982</link>
		<dc:creator>crazyheinz</dc:creator>
		<pubDate>Thu, 19 Mar 2009 15:23:15 +0000</pubDate>
		<guid isPermaLink="false">http://people.kernelcode.com/cwarner/?p=115#comment-6982</guid>
		<description>I am also interested in this, i will probably make this a project for my traineeship.</description>
		<content:encoded><![CDATA[<p>I am also interested in this, i will probably make this a project for my traineeship.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Plone, so where is it useful? &#8211; EXAMPLE #1 by Christopher Warner</title>
		<link>http://weblog.kernelcode.com/2008/12/11/plone-so-where-is-it-useful-example-1/comment-page-1/#comment-6862</link>
		<dc:creator>Christopher Warner</dc:creator>
		<pubDate>Fri, 19 Dec 2008 20:33:23 +0000</pubDate>
		<guid isPermaLink="false">http://people.kernelcode.com/cwarner/?p=139#comment-6862</guid>
		<description>Yeah I&#039;d need to know more about Endeca and how it works but basically what i&#039;m talking about is what it does before that data is presented to Endeca. What Endeca does with the data I&#039;m unconcerned with.

So how does the data get into Endeca? If it&#039;s running a cron job that scans the entire filesystem all of the time; We agree, that&#039;s pretty silly :-)</description>
		<content:encoded><![CDATA[<p>Yeah I&#8217;d need to know more about Endeca and how it works but basically what i&#8217;m talking about is what it does before that data is presented to Endeca. What Endeca does with the data I&#8217;m unconcerned with.</p>
<p>So how does the data get into Endeca? If it&#8217;s running a cron job that scans the entire filesystem all of the time; We agree, that&#8217;s pretty silly <img src='http://weblog.kernelcode.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Plone, so where is it useful? &#8211; EXAMPLE #1 by developer_girl</title>
		<link>http://weblog.kernelcode.com/2008/12/11/plone-so-where-is-it-useful-example-1/comment-page-1/#comment-6861</link>
		<dc:creator>developer_girl</dc:creator>
		<pubDate>Fri, 19 Dec 2008 20:12:02 +0000</pubDate>
		<guid isPermaLink="false">http://people.kernelcode.com/cwarner/?p=139#comment-6861</guid>
		<description>The way I understood your post is you can&#039;t use the event system you only wish you could.  I agree if its built in then definitely use it, but thats not the case.  You would actually want to run this job in the endeca pipeline, so it runs the dump before it needs it rather than in cron.  Try dumping the whole XML file and at the same time run top on your machine.  Look at the resource usage.</description>
		<content:encoded><![CDATA[<p>The way I understood your post is you can&#8217;t use the event system you only wish you could.  I agree if its built in then definitely use it, but thats not the case.  You would actually want to run this job in the endeca pipeline, so it runs the dump before it needs it rather than in cron.  Try dumping the whole XML file and at the same time run top on your machine.  Look at the resource usage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Plone, so where is it useful? &#8211; EXAMPLE #1 by Christopher Warner</title>
		<link>http://weblog.kernelcode.com/2008/12/11/plone-so-where-is-it-useful-example-1/comment-page-1/#comment-6860</link>
		<dc:creator>Christopher Warner</dc:creator>
		<pubDate>Fri, 19 Dec 2008 17:48:02 +0000</pubDate>
		<guid isPermaLink="false">http://people.kernelcode.com/cwarner/?p=139#comment-6860</guid>
		<description>Also note that when I say my way I mean using the event system under Plone.. Inotify is under the work harder way.. It would still be faster and more simple than the crob job though. So it&#039;d be more like driving a car to the corner store.

So what is more simple than.. When an event occurs like say; XThisHasChanged we kick off a XThingHasChangedEvent and do whatever we would do as we need to do it. It doesn&#039;t get anymore simple than that. Cron jobs aren&#039;t a proper replacement for an event system.

When something happens; do something. ORRRRR your way where we don&#039;t know when something happens, so just run this job over here, over; &quot;Nevermind me running back and forth doing the same thing over and over again on the same stuff, even though nothing has changed!&quot;

Any Plonistas or Kernel ppl wanna comment?</description>
		<content:encoded><![CDATA[<p>Also note that when I say my way I mean using the event system under Plone.. Inotify is under the work harder way.. It would still be faster and more simple than the crob job though. So it&#8217;d be more like driving a car to the corner store.</p>
<p>So what is more simple than.. When an event occurs like say; XThisHasChanged we kick off a XThingHasChangedEvent and do whatever we would do as we need to do it. It doesn&#8217;t get anymore simple than that. Cron jobs aren&#8217;t a proper replacement for an event system.</p>
<p>When something happens; do something. ORRRRR your way where we don&#8217;t know when something happens, so just run this job over here, over; &#8220;Nevermind me running back and forth doing the same thing over and over again on the same stuff, even though nothing has changed!&#8221;</p>
<p>Any Plonistas or Kernel ppl wanna comment?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
