<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Rethinking the whole idea (I&#8217;m a bit split)</title>
	<link>http://postlund.org/2007/07/03/rethinking-the-whole-idea-im-a-bit-split/</link>
	<description>Summer of Code 2007</description>
	<pubDate>Tue, 06 Jan 2009 15:21:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.3</generator>

	<item>
		<title>By: Andreas</title>
		<link>http://postlund.org/2007/07/03/rethinking-the-whole-idea-im-a-bit-split/#comment-21</link>
		<author>Andreas</author>
		<pubDate>Tue, 03 Jul 2007 09:36:32 +0000</pubDate>
		<guid>http://postlund.org/2007/07/03/rethinking-the-whole-idea-im-a-bit-split/#comment-21</guid>
					<description>As a formerly user of beagle to index thunderbird mails, i would say: go for it!
What bugged me the most, was the memory footprint and cpu usage of beagle because of indexing thunderbird mails.
i think most of us are running thunderbird all the time and i see no problem in having to run thunderbird to get the latest mails into beagle index.
even if someone has a problem with this, i think people would have a even bigger problem with beagle consuming much cpu/memory because of thunderbird backend.

btw maybe i'm missing the point, why is it so hard to parse mork, if thunderbird saves the mails in this format, there should be the code in thunderbird source, so it shouldn't be a problem at all?! but as i said, i think i'm missing the point here ;)</description>
		<content:encoded><![CDATA[<p>As a formerly user of beagle to index thunderbird mails, i would say: go for it!<br />
What bugged me the most, was the memory footprint and cpu usage of beagle because of indexing thunderbird mails.<br />
i think most of us are running thunderbird all the time and i see no problem in having to run thunderbird to get the latest mails into beagle index.<br />
even if someone has a problem with this, i think people would have a even bigger problem with beagle consuming much cpu/memory because of thunderbird backend.</p>
<p>btw maybe i&#8217;m missing the point, why is it so hard to parse mork, if thunderbird saves the mails in this format, there should be the code in thunderbird source, so it shouldn&#8217;t be a problem at all?! but as i said, i think i&#8217;m missing the point here <img src='http://postlund.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Pierre Östlund</title>
		<link>http://postlund.org/2007/07/03/rethinking-the-whole-idea-im-a-bit-split/#comment-22</link>
		<author>Pierre Östlund</author>
		<pubDate>Tue, 03 Jul 2007 09:45:06 +0000</pubDate>
		<guid>http://postlund.org/2007/07/03/rethinking-the-whole-idea-im-a-bit-split/#comment-22</guid>
					<description>Thanks for you replay Andreas! I understand exactly what you are saying here. The memory footprint bugged me as hell when I wrote the first backend. Using an extension would give me more control over the indexing process in a way and also put the memory foot print on Thunderbird instead of beagle, which would be a better approach.

The thing about Mork is that the implementation of it is sooo complex. The _source code_ itself is over one megabyte in size and is all written in C++, making it pretty much impossible to P/Invoke into C# since there are no static symbols to invoke. So a new parser is pretty much the only alternative here. That's why Mork is a hell.</description>
		<content:encoded><![CDATA[<p>Thanks for you replay Andreas! I understand exactly what you are saying here. The memory footprint bugged me as hell when I wrote the first backend. Using an extension would give me more control over the indexing process in a way and also put the memory foot print on Thunderbird instead of beagle, which would be a better approach.</p>
<p>The thing about Mork is that the implementation of it is sooo complex. The _source code_ itself is over one megabyte in size and is all written in C++, making it pretty much impossible to P/Invoke into C# since there are no static symbols to invoke. So a new parser is pretty much the only alternative here. That&#8217;s why Mork is a hell.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Andreas</title>
		<link>http://postlund.org/2007/07/03/rethinking-the-whole-idea-im-a-bit-split/#comment-23</link>
		<author>Andreas</author>
		<pubDate>Tue, 03 Jul 2007 10:20:23 +0000</pubDate>
		<guid>http://postlund.org/2007/07/03/rethinking-the-whole-idea-im-a-bit-split/#comment-23</guid>
					<description>thanks for your explanation regarding mork. 1 mb source for mork sounds really huge ;) so i understand your approach.
so imho, go for the thunderbird extension :)</description>
		<content:encoded><![CDATA[<p>thanks for your explanation regarding mork. 1 mb source for mork sounds really huge <img src='http://postlund.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> so i understand your approach.<br />
so imho, go for the thunderbird extension <img src='http://postlund.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Fredrik</title>
		<link>http://postlund.org/2007/07/03/rethinking-the-whole-idea-im-a-bit-split/#comment-28</link>
		<author>Fredrik</author>
		<pubDate>Sat, 07 Jul 2007 13:25:17 +0000</pubDate>
		<guid>http://postlund.org/2007/07/03/rethinking-the-whole-idea-im-a-bit-split/#comment-28</guid>
					<description>As jwz wrote about Mork a couple years ago: "Mork, which is -- and I do not use these words lightly -- the single most braindamaged file format that I have ever seen in my nineteen year career".

If we look at general trends for the Mozilla tree as a whole, Mork is probably going the way of the Dodo sooner rather than later. With Places, Firefox killed off Mork use completely. SeaMonkey is doing the same thing with the move from XPFE to Toolkit. Everyone's trying to use mozStorage instead, which is basically an XPCOM layer on top of SQLite.

It wouldn't be surprising if Thunderbird is going to do the same thing eventually.</description>
		<content:encoded><![CDATA[<p>As jwz wrote about Mork a couple years ago: &#8220;Mork, which is &#8212; and I do not use these words lightly &#8212; the single most braindamaged file format that I have ever seen in my nineteen year career&#8221;.</p>
<p>If we look at general trends for the Mozilla tree as a whole, Mork is probably going the way of the Dodo sooner rather than later. With Places, Firefox killed off Mork use completely. SeaMonkey is doing the same thing with the move from XPFE to Toolkit. Everyone&#8217;s trying to use mozStorage instead, which is basically an XPCOM layer on top of SQLite.</p>
<p>It wouldn&#8217;t be surprising if Thunderbird is going to do the same thing eventually.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Aron van Ammers</title>
		<link>http://postlund.org/2007/07/03/rethinking-the-whole-idea-im-a-bit-split/#comment-29</link>
		<author>Aron van Ammers</author>
		<pubDate>Sat, 07 Jul 2007 14:07:22 +0000</pubDate>
		<guid>http://postlund.org/2007/07/03/rethinking-the-whole-idea-im-a-bit-split/#comment-29</guid>
					<description>I support the idea of using an extension as well. Your code would be more simple and straightforward, which is good. For me it wouldn't be a problem to have Thunderbird open most of the time.

And another thought: in the long term it's not unthinkable that someone could write some kind of daemon executable for TB which could call TB functionality (e.g. extensions) without TB running. At least not unthinkable to me, not hindered by too much knowledge about the architecture of TB :)</description>
		<content:encoded><![CDATA[<p>I support the idea of using an extension as well. Your code would be more simple and straightforward, which is good. For me it wouldn&#8217;t be a problem to have Thunderbird open most of the time.</p>
<p>And another thought: in the long term it&#8217;s not unthinkable that someone could write some kind of daemon executable for TB which could call TB functionality (e.g. extensions) without TB running. At least not unthinkable to me, not hindered by too much knowledge about the architecture of TB <img src='http://postlund.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Pierre Östlund</title>
		<link>http://postlund.org/2007/07/03/rethinking-the-whole-idea-im-a-bit-split/#comment-30</link>
		<author>Pierre Östlund</author>
		<pubDate>Sat, 07 Jul 2007 20:20:08 +0000</pubDate>
		<guid>http://postlund.org/2007/07/03/rethinking-the-whole-idea-im-a-bit-split/#comment-30</guid>
					<description>I've heard that phrase somewhere too, Fredrik. I can pretty much agree on it too. The concept of Mork is good (not duplicating data and all that) but the way it is done is not entirely optimal. It is for instance a lot easier to read binary stored data compared to textually stored data - where Mork does the latter one. SQLite would probably be the way I'd take here. My bet is that the Thunderbird developer some day will switch to it too.

Not sure if writing a "daemon"-like application so that we can perform indexing while Thunderbird is such a great idea. We would for instance get data sharing problems if the user decides to start Thunderbird while this daemon is running. Shutting down the daemon and starting it again when Thunderbird is shut down would be the most feasible way to work around that (not very optimal IMHO). We would also get a lot of extra code to maintain and another process that lies around eating memory. Don't know how much the core needs when it's stripped down, but it won't be a freebie. Still, the idea is good but we won't see this with Thunderbird though. IIRC Evolution does something like this using a "data server" to share contacts (maybe other things too?) between applications.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve heard that phrase somewhere too, Fredrik. I can pretty much agree on it too. The concept of Mork is good (not duplicating data and all that) but the way it is done is not entirely optimal. It is for instance a lot easier to read binary stored data compared to textually stored data - where Mork does the latter one. SQLite would probably be the way I&#8217;d take here. My bet is that the Thunderbird developer some day will switch to it too.</p>
<p>Not sure if writing a &#8220;daemon&#8221;-like application so that we can perform indexing while Thunderbird is such a great idea. We would for instance get data sharing problems if the user decides to start Thunderbird while this daemon is running. Shutting down the daemon and starting it again when Thunderbird is shut down would be the most feasible way to work around that (not very optimal IMHO). We would also get a lot of extra code to maintain and another process that lies around eating memory. Don&#8217;t know how much the core needs when it&#8217;s stripped down, but it won&#8217;t be a freebie. Still, the idea is good but we won&#8217;t see this with Thunderbird though. IIRC Evolution does something like this using a &#8220;data server&#8221; to share contacts (maybe other things too?) between applications.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Xanax 2mg.</title>
		<link>http://postlund.org/2007/07/03/rethinking-the-whole-idea-im-a-bit-split/#comment-12419</link>
		<author>Xanax 2mg.</author>
		<pubDate>Mon, 18 Aug 2008 06:55:44 +0000</pubDate>
		<guid>http://postlund.org/2007/07/03/rethinking-the-whole-idea-im-a-bit-split/#comment-12419</guid>
					<description>&lt;strong&gt;Xanax presciption....&lt;/strong&gt;

Xanax....</description>
		<content:encoded><![CDATA[<p><strong>Xanax presciption&#8230;.</strong></p>
<p>Xanax&#8230;.</p>
]]></content:encoded>
				</item>
</channel>
</rss>
