<?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"
	>
<channel>
	<title>Comments on: Bleeding Edge Version of BackgrounDRb for better memory usage</title>
	<atom:link href="http://gnufied.org/2008/05/21/bleeding-edge-version-of-backgroundrb-for-better-memory-usage/feed/" rel="self" type="application/rss+xml" />
	<link>http://gnufied.org/2008/05/21/bleeding-edge-version-of-backgroundrb-for-better-memory-usage/</link>
	<description>On Ruby, Rails, Concurrency and fiction</description>
	<pubDate>Wed, 19 Nov 2008 22:43:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Hemant</title>
		<link>http://gnufied.org/2008/05/21/bleeding-edge-version-of-backgroundrb-for-better-memory-usage/#comment-3099</link>
		<dc:creator>Hemant</dc:creator>
		<pubDate>Fri, 31 Oct 2008 05:18:02 +0000</pubDate>
		<guid isPermaLink="false">http://gnufied.org/2008/05/21/bleeding-edge-version-of-backgroundrb-for-better-memory-usage/#comment-3099</guid>
		<description>Jesse:

ask_worker() API has been deprecated. You got to adapt to newer api.</description>
		<content:encoded><![CDATA[<p>Jesse:</p>
<p>ask_worker() API has been deprecated. You got to adapt to newer api.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2008-10-24 &#171; Caiwangqin&#8217;s delicious bog</title>
		<link>http://gnufied.org/2008/05/21/bleeding-edge-version-of-backgroundrb-for-better-memory-usage/#comment-3092</link>
		<dc:creator>links for 2008-10-24 &#171; Caiwangqin&#8217;s delicious bog</dc:creator>
		<pubDate>Fri, 24 Oct 2008 23:05:08 +0000</pubDate>
		<guid isPermaLink="false">http://gnufied.org/2008/05/21/bleeding-edge-version-of-backgroundrb-for-better-memory-usage/#comment-3092</guid>
		<description>[...] Bleeding Edge Version of BackgrounDRb for better memory usage &#124; A Place for my head (tags: BackgrounDRb background rubyonrails rails) [...]</description>
		<content:encoded><![CDATA[<p>[...] Bleeding Edge Version of BackgrounDRb for better memory usage | A Place for my head (tags: BackgrounDRb background rubyonrails rails) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse</title>
		<link>http://gnufied.org/2008/05/21/bleeding-edge-version-of-backgroundrb-for-better-memory-usage/#comment-3089</link>
		<dc:creator>Jesse</dc:creator>
		<pubDate>Thu, 23 Oct 2008 04:27:34 +0000</pubDate>
		<guid isPermaLink="false">http://gnufied.org/2008/05/21/bleeding-edge-version-of-backgroundrb-for-better-memory-usage/#comment-3089</guid>
		<description>i'm trying backgroundrb 1.1, i can start backgroundrb service, but MiddleMan.all_worker_info is empty.

i'm using packet (0.1.14),chronic (0.2.3)

i have searched from google, and got many same error about : Invalid worker with name notice_worker and key 
/var/lib/gems/1.8/gems/packet-0.1.14/lib/packet/packet_connection.rb:52:in `ask_worker'
...

I'm trying to get packet-0.1.6.gem, it's very had to reach github for me, cause i'm behind GFW, GFW is suck!</description>
		<content:encoded><![CDATA[<p>i&#8217;m trying backgroundrb 1.1, i can start backgroundrb service, but MiddleMan.all_worker_info is empty.</p>
<p>i&#8217;m using packet (0.1.14),chronic (0.2.3)</p>
<p>i have searched from google, and got many same error about : Invalid worker with name notice_worker and key<br />
/var/lib/gems/1.8/gems/packet-0.1.14/lib/packet/packet_connection.rb:52:in `ask_worker&#8217;<br />
&#8230;</p>
<p>I&#8217;m trying to get packet-0.1.6.gem, it&#8217;s very had to reach github for me, cause i&#8217;m behind GFW, GFW is suck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://gnufied.org/2008/05/21/bleeding-edge-version-of-backgroundrb-for-better-memory-usage/#comment-3087</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Wed, 22 Oct 2008 20:11:37 +0000</pubDate>
		<guid isPermaLink="false">http://gnufied.org/2008/05/21/bleeding-edge-version-of-backgroundrb-for-better-memory-usage/#comment-3087</guid>
		<description>can someone please look into this i have the same problem
http://railsforum.com/viewtopic.php?id=23495</description>
		<content:encoded><![CDATA[<p>can someone please look into this i have the same problem<br />
<a href="http://railsforum.com/viewtopic.php?id=23495" rel="nofollow">http://railsforum.com/viewtopic.php?id=23495</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chirp.syxyz.net &#187; Blog Archive &#187; upgrading backgroundrb, the fun way.</title>
		<link>http://gnufied.org/2008/05/21/bleeding-edge-version-of-backgroundrb-for-better-memory-usage/#comment-2249</link>
		<dc:creator>chirp.syxyz.net &#187; Blog Archive &#187; upgrading backgroundrb, the fun way.</dc:creator>
		<pubDate>Mon, 28 Jul 2008 18:22:23 +0000</pubDate>
		<guid isPermaLink="false">http://gnufied.org/2008/05/21/bleeding-edge-version-of-backgroundrb-for-better-memory-usage/#comment-2249</guid>
		<description>[...] the worker control code now is totally changed, and the Worker class itself needs to inherit from BackgrounDRb::MetaWorker now. Having taken care of these and a few other cleanups, we seem to be running with a much smaller [...]</description>
		<content:encoded><![CDATA[<p>[...] the worker control code now is totally changed, and the Worker class itself needs to inherit from BackgrounDRb::MetaWorker now. Having taken care of these and a few other cleanups, we seem to be running with a much smaller [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lukas Rieder</title>
		<link>http://gnufied.org/2008/05/21/bleeding-edge-version-of-backgroundrb-for-better-memory-usage/#comment-2210</link>
		<dc:creator>Lukas Rieder</dc:creator>
		<pubDate>Tue, 22 Jul 2008 13:01:40 +0000</pubDate>
		<guid isPermaLink="false">http://gnufied.org/2008/05/21/bleeding-edge-version-of-backgroundrb-for-better-memory-usage/#comment-2210</guid>
		<description>Really Important is to REMOVE THE OLD FILES GENERATED FROM backgroundrb:setup!
This saved my day (and night probably too).

Thanks for sharing,

Have a nice day!

Lukas</description>
		<content:encoded><![CDATA[<p>Really Important is to REMOVE THE OLD FILES GENERATED FROM backgroundrb:setup!<br />
This saved my day (and night probably too).</p>
<p>Thanks for sharing,</p>
<p>Have a nice day!</p>
<p>Lukas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hemant</title>
		<link>http://gnufied.org/2008/05/21/bleeding-edge-version-of-backgroundrb-for-better-memory-usage/#comment-2201</link>
		<dc:creator>Hemant</dc:creator>
		<pubDate>Thu, 17 Jul 2008 13:46:57 +0000</pubDate>
		<guid isPermaLink="false">http://gnufied.org/2008/05/21/bleeding-edge-version-of-backgroundrb-for-better-memory-usage/#comment-2201</guid>
		<description>Melvin:

There is already one:

http://rubyforge.org/mailman/listinfo/backgroundrb-devel</description>
		<content:encoded><![CDATA[<p>Melvin:</p>
<p>There is already one:</p>
<p><a href="http://rubyforge.org/mailman/listinfo/backgroundrb-devel" rel="nofollow">http://rubyforge.org/mailman/listinfo/backgroundrb-devel</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Melvin Ram</title>
		<link>http://gnufied.org/2008/05/21/bleeding-edge-version-of-backgroundrb-for-better-memory-usage/#comment-2200</link>
		<dc:creator>Melvin Ram</dc:creator>
		<pubDate>Thu, 17 Jul 2008 13:16:50 +0000</pubDate>
		<guid isPermaLink="false">http://gnufied.org/2008/05/21/bleeding-edge-version-of-backgroundrb-for-better-memory-usage/#comment-2200</guid>
		<description>I agree there should be a mailing list for asking questions and answering them as I didn't know there was an update to my question till today.

I vote for using Google Groups.

PS: Thanks Hemant for the update. I give it a go over the next week.</description>
		<content:encoded><![CDATA[<p>I agree there should be a mailing list for asking questions and answering them as I didn&#8217;t know there was an update to my question till today.</p>
<p>I vote for using Google Groups.</p>
<p>PS: Thanks Hemant for the update. I give it a go over the next week.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hemant</title>
		<link>http://gnufied.org/2008/05/21/bleeding-edge-version-of-backgroundrb-for-better-memory-usage/#comment-1973</link>
		<dc:creator>Hemant</dc:creator>
		<pubDate>Sat, 14 Jun 2008 15:51:37 +0000</pubDate>
		<guid isPermaLink="false">http://gnufied.org/2008/05/21/bleeding-edge-version-of-backgroundrb-for-better-memory-usage/#comment-1973</guid>
		<description>Walther,

It would be a good idea to contact mailing list for such questions. But anyways, I guess, looks like you need to require some controller that you are using in your model or some crap like that. Wordpress is not letting code pass cleanly and hence you can use pastie to paste the code.</description>
		<content:encoded><![CDATA[<p>Walther,</p>
<p>It would be a good idea to contact mailing list for such questions. But anyways, I guess, looks like you need to require some controller that you are using in your model or some crap like that. Wordpress is not letting code pass cleanly and hence you can use pastie to paste the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Walther</title>
		<link>http://gnufied.org/2008/05/21/bleeding-edge-version-of-backgroundrb-for-better-memory-usage/#comment-1971</link>
		<dc:creator>Walther</dc:creator>
		<pubDate>Sat, 14 Jun 2008 01:23:04 +0000</pubDate>
		<guid isPermaLink="false">http://gnufied.org/2008/05/21/bleeding-edge-version-of-backgroundrb-for-better-memory-usage/#comment-1971</guid>
		<description>Okay,

so I try just once more :(

I wanted to show you that when I call my invoice.print_invoice from the console - everything is ok - but when I call it from my billing_worker - I only get the logger to write the first logger.info entry, and it does not finish work at all.

the first comment holds my billing_worker, the next comment shows how I call the worker from the console - and the stack trace from backgrounDRB started without the start argument. the comment right above shows the print_invoice method in my invoice.rb model

can you help me?

cheers,
walt</description>
		<content:encoded><![CDATA[<p>Okay,</p>
<p>so I try just once more <img src='http://gnufied.org/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
I wanted to show you that when I call my invoice.print_invoice from the console - everything is ok - but when I call it from my billing_worker - I only get the logger to write the first logger.info entry, and it does not finish work at all.</p>
<p>the first comment holds my billing_worker, the next comment shows how I call the worker from the console - and the stack trace from backgrounDRB started without the start argument. the comment right above shows the print_invoice method in my invoice.rb model</p>
<p>can you help me?</p>
<p>cheers,<br />
walt</p>
]]></content:encoded>
	</item>
</channel>
</rss>
