<?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: Rick Rawson on: Why I use Chandler and what would make me stop.</title>
	<atom:link href="http://blog.chandlerproject.org/2008/05/21/rick-rawson-on-why-i-use-chandler-and-what-would-make-me-stop/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.chandlerproject.org/2008/05/21/rick-rawson-on-why-i-use-chandler-and-what-would-make-me-stop/</link>
	<description></description>
	<lastBuildDate>Thu, 12 May 2011 16:41:36 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: paulo</title>
		<link>http://blog.chandlerproject.org/2008/05/21/rick-rawson-on-why-i-use-chandler-and-what-would-make-me-stop/comment-page-1/#comment-322378</link>
		<dc:creator>paulo</dc:creator>
		<pubDate>Thu, 10 Dec 2009 14:00:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chandlerproject.org/2008/05/21/rick-rawson-on-why-i-use-chandler-and-what-would-make-me-stop/#comment-322378</guid>
		<description>at the moment chandler is just using below 2 mb. python is using almost 100 mb.
I do have 4 gb of ram so it is not an issue.</description>
		<content:encoded><![CDATA[<p>at the moment chandler is just using below 2 mb. python is using almost 100 mb.<br />
I do have 4 gb of ram so it is not an issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David K.</title>
		<link>http://blog.chandlerproject.org/2008/05/21/rick-rawson-on-why-i-use-chandler-and-what-would-make-me-stop/comment-page-1/#comment-177137</link>
		<dc:creator>David K.</dc:creator>
		<pubDate>Sat, 13 Jun 2009 09:02:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chandlerproject.org/2008/05/21/rick-rawson-on-why-i-use-chandler-and-what-would-make-me-stop/#comment-177137</guid>
		<description>Although I have not delved into Chandler code, it seems that part of the problem is architectural in nature.  E.g. Python libraries, too much virtualization, object-caching, and platform-independence.  

In the superconducting nanocomputers of the far-future, such elegant technologies might be fine.  However, most of us with even modern hardware would benefit from a little more performance optimization.  

For example, there seems to be a large OSX community.  How about rewriting the app using the high-quality object-oriented GUI frameworks that exist for OSX?   If you want to abstract some &quot;business logic&quot; above this, fine, but GUI implementation is, IMHO, too platform-dependent anyway.  

From my personal experience, there is a lot of emphasis on generality and abstraction, but few frameworks provide the level of performance and robustness that allows this to work in &quot;consumer&quot; deployments.  I mean, really, who wants to have their end-users see a Smalltalk stack dump?  :)

My 2 cents.  I love this project and want to see it fly, and show off its design merits.  Not bog and dump due to implementation choices...</description>
		<content:encoded><![CDATA[<p>Although I have not delved into Chandler code, it seems that part of the problem is architectural in nature.  E.g. Python libraries, too much virtualization, object-caching, and platform-independence.  </p>
<p>In the superconducting nanocomputers of the far-future, such elegant technologies might be fine.  However, most of us with even modern hardware would benefit from a little more performance optimization.  </p>
<p>For example, there seems to be a large OSX community.  How about rewriting the app using the high-quality object-oriented GUI frameworks that exist for OSX?   If you want to abstract some &#8220;business logic&#8221; above this, fine, but GUI implementation is, IMHO, too platform-dependent anyway.  </p>
<p>From my personal experience, there is a lot of emphasis on generality and abstraction, but few frameworks provide the level of performance and robustness that allows this to work in &#8220;consumer&#8221; deployments.  I mean, really, who wants to have their end-users see a Smalltalk stack dump?  <img src='http://blog.chandlerproject.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>My 2 cents.  I love this project and want to see it fly, and show off its design merits.  Not bog and dump due to implementation choices&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mimi Yin</title>
		<link>http://blog.chandlerproject.org/2008/05/21/rick-rawson-on-why-i-use-chandler-and-what-would-make-me-stop/comment-page-1/#comment-25763</link>
		<dc:creator>Mimi Yin</dc:creator>
		<pubDate>Tue, 15 Jul 2008 01:42:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chandlerproject.org/2008/05/21/rick-rawson-on-why-i-use-chandler-and-what-would-make-me-stop/#comment-25763</guid>
		<description>Hi Nate,

Yes, having a lot of data can make Chandler slower. We have been discussing a number of short-term solutions to address this problem sooner rather than later on the Chandler Development list: http://lists.osafoundation.org/pipermail/chandler-dev/2008-July/010108.html

1 has already been implemented and will be coming out in the next release: https://bugzilla.osafoundation.org/show_bug.cgi?id=12234

Other users have also reported that Chandler gets bigger if you leave it open for long periods of time (multiple days?) So quitting and restarting may help as well.

Best,
Mimi</description>
		<content:encoded><![CDATA[<p>Hi Nate,</p>
<p>Yes, having a lot of data can make Chandler slower. We have been discussing a number of short-term solutions to address this problem sooner rather than later on the Chandler Development list: <a href="http://lists.osafoundation.org/pipermail/chandler-dev/2008-July/010108.html" rel="nofollow">http://lists.osafoundation.org/pipermail/chandler-dev/2008-July/010108.html</a></p>
<p>1 has already been implemented and will be coming out in the next release: <a href="https://bugzilla.osafoundation.org/show_bug.cgi?id=12234" rel="nofollow">https://bugzilla.osafoundation.org/show_bug.cgi?id=12234</a></p>
<p>Other users have also reported that Chandler gets bigger if you leave it open for long periods of time (multiple days?) So quitting and restarting may help as well.</p>
<p>Best,<br />
Mimi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate the Great</title>
		<link>http://blog.chandlerproject.org/2008/05/21/rick-rawson-on-why-i-use-chandler-and-what-would-make-me-stop/comment-page-1/#comment-25309</link>
		<dc:creator>Nate the Great</dc:creator>
		<pubDate>Thu, 10 Jul 2008 18:05:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chandlerproject.org/2008/05/21/rick-rawson-on-why-i-use-chandler-and-what-would-make-me-stop/#comment-25309</guid>
		<description>Is anyone else seeing Chandler consume 500 MB of RAM? It&#039;s only doing a little over 100 on my machine (according to Task Manager). 500 MB would be ridiculous, but I can live with 100.

Is it possible that having a large number of tasks/emails makes it bigger/slower?</description>
		<content:encoded><![CDATA[<p>Is anyone else seeing Chandler consume 500 MB of RAM? It&#8217;s only doing a little over 100 on my machine (according to Task Manager). 500 MB would be ridiculous, but I can live with 100.</p>
<p>Is it possible that having a large number of tasks/emails makes it bigger/slower?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grant Baillie</title>
		<link>http://blog.chandlerproject.org/2008/05/21/rick-rawson-on-why-i-use-chandler-and-what-would-make-me-stop/comment-page-1/#comment-20643</link>
		<dc:creator>Grant Baillie</dc:creator>
		<pubDate>Fri, 23 May 2008 18:20:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chandlerproject.org/2008/05/21/rick-rawson-on-why-i-use-chandler-and-what-would-make-me-stop/#comment-20643</guid>
		<description>Alex, you&#039;re right that VM usage is a big factor, although there are cases where the CPU is doing too much, too. So far as why this is, there are many contributions. The biggest one is that architectural decisions taken early on in the project meant that way too much data is being persisted. For example, the app persists all schema and GUI layout information, leading to on-disk and mapped memory bloat. (There is also redundancy in the data stored on disk that leads to more of this kind of bloat).

In any event, we are aware of these issues and are working actively on addressing them post-1.0. At the moment, Phillip Eby is doing a bunch of infrastructure work in this area: See

http://lists.osafoundation.org/pipermail/chandler-dev/2008-February/009667.html

for an outline of the plan. Specific and detailed technical information of his work can be found on the PEAK mailing list at:

http://www.eby-sarna.com/pipermail/peak/</description>
		<content:encoded><![CDATA[<p>Alex, you&#8217;re right that VM usage is a big factor, although there are cases where the CPU is doing too much, too. So far as why this is, there are many contributions. The biggest one is that architectural decisions taken early on in the project meant that way too much data is being persisted. For example, the app persists all schema and GUI layout information, leading to on-disk and mapped memory bloat. (There is also redundancy in the data stored on disk that leads to more of this kind of bloat).</p>
<p>In any event, we are aware of these issues and are working actively on addressing them post-1.0. At the moment, Phillip Eby is doing a bunch of infrastructure work in this area: See</p>
<p><a href="http://lists.osafoundation.org/pipermail/chandler-dev/2008-February/009667.html" rel="nofollow">http://lists.osafoundation.org/pipermail/chandler-dev/2008-February/009667.html</a></p>
<p>for an outline of the plan. Specific and detailed technical information of his work can be found on the PEAK mailing list at:</p>
<p><a href="http://www.eby-sarna.com/pipermail/peak/" rel="nofollow">http://www.eby-sarna.com/pipermail/peak/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Kavanagh</title>
		<link>http://blog.chandlerproject.org/2008/05/21/rick-rawson-on-why-i-use-chandler-and-what-would-make-me-stop/comment-page-1/#comment-20460</link>
		<dc:creator>Alex Kavanagh</dc:creator>
		<pubDate>Thu, 22 May 2008 07:56:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chandlerproject.org/2008/05/21/rick-rawson-on-why-i-use-chandler-and-what-would-make-me-stop/#comment-20460</guid>
		<description>I think it is simply too big.  It uses 504MB of RAM, 175MB resident, on my system.  I had to upgrade my laptop to 2GB RAM to make it work responsively,  otherwise it was always hitting the swap to get its code back into memory.  This made it almost unusable.  Why is it so big?  Otherwise it&#039;s great although it would be useful if the side panel notes section had formatting options.</description>
		<content:encoded><![CDATA[<p>I think it is simply too big.  It uses 504MB of RAM, 175MB resident, on my system.  I had to upgrade my laptop to 2GB RAM to make it work responsively,  otherwise it was always hitting the swap to get its code back into memory.  This made it almost unusable.  Why is it so big?  Otherwise it&#8217;s great although it would be useful if the side panel notes section had formatting options.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mimi Yin</title>
		<link>http://blog.chandlerproject.org/2008/05/21/rick-rawson-on-why-i-use-chandler-and-what-would-make-me-stop/comment-page-1/#comment-20382</link>
		<dc:creator>Mimi Yin</dc:creator>
		<pubDate>Wed, 21 May 2008 17:22:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chandlerproject.org/2008/05/21/rick-rawson-on-why-i-use-chandler-and-what-would-make-me-stop/#comment-20382</guid>
		<description>To Rick&#039;s point, performance as an important problem we need to continuously address. The performance issues users have run into vary from platform to platform and certainly, Chandler fairs better on newer, more powerful computers and worse on older ones. What would help us the most are reports from users on exactly which user actions are slow.

User actions that have been most frequently reported as slow include:

- Switching collections&lt;br&gt;
- First time launch&lt;br&gt;
- Quitting&lt;br&gt;
- Purging obsolete data
</description>
		<content:encoded><![CDATA[<p>To Rick&#8217;s point, performance as an important problem we need to continuously address. The performance issues users have run into vary from platform to platform and certainly, Chandler fairs better on newer, more powerful computers and worse on older ones. What would help us the most are reports from users on exactly which user actions are slow.</p>
<p>User actions that have been most frequently reported as slow include:</p>
<p>- Switching collections<br />
- First time launch<br />
- Quitting<br />
- Purging obsolete data</p>
]]></content:encoded>
	</item>
</channel>
</rss>

