<?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: Scaling Rails &#8211; On The Edge &#8211; Part 1</title>
	<atom:link href="http://blog.envylabs.com/2009/11/scaling-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.envylabs.com/2009/11/scaling-rails/</link>
	<description>Internet Awesome</description>
	<lastBuildDate>Thu, 29 Jul 2010 09:17:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Deambisee</title>
		<link>http://blog.envylabs.com/2009/11/scaling-rails/#comment-1005</link>
		<dc:creator>Deambisee</dc:creator>
		<pubDate>Sat, 19 Dec 2009 20:39:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.envylabs.com/?p=286#comment-1005</guid>
		<description>Hi. This website is the best, &#039;n I have been searching for this place for a very long time &#039;n I am so glad I finally got here.

I&#039;m 25 years old and doing my masters at Virginia.

I am the sort of guy who passions to seek revolutionary stuff. Currently I&#039;m fabricating my personal photovoltaic panels. I&#039;m making it all by myself without the aid of my staff. I am utilizing the internet as the only way to acheive that. I discovered a really brilliant site that explains how to contruct photovoltaic panels and so on. The website explains all the steps needed for &lt;a href=&quot;http://sscinternational.org/2009/11/30/cabinet-secretaries-to-headline-clean-energy-economy-forum-with-youth-leaders&quot; rel=&quot;nofollow&quot;&gt;solar panel construction&lt;/a&gt;.

I&#039;m not really sure about how correct the info given there is. If some people over here who had xp with these works can have a see and give your feedback in the page it will be awesome and I&#039;d highly appreciate it, cause I truly would love to try &lt;a href=&quot;http://solar-panel-construction.com&quot; rel=&quot;nofollow&quot;&gt;solar panel construction&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Hi. This website is the best, &#8216;n I have been searching for this place for a very long time &#8216;n I am so glad I finally got here.</p>
<p>I&#8217;m 25 years old and doing my masters at Virginia.</p>
<p>I am the sort of guy who passions to seek revolutionary stuff. Currently I&#8217;m fabricating my personal photovoltaic panels. I&#8217;m making it all by myself without the aid of my staff. I am utilizing the internet as the only way to acheive that. I discovered a really brilliant site that explains how to contruct photovoltaic panels and so on. The website explains all the steps needed for <a href="http://sscinternational.org/2009/11/30/cabinet-secretaries-to-headline-clean-energy-economy-forum-with-youth-leaders" rel="nofollow">solar panel construction</a>.</p>
<p>I&#8217;m not really sure about how correct the info given there is. If some people over here who had xp with these works can have a see and give your feedback in the page it will be awesome and I&#8217;d highly appreciate it, cause I truly would love to try <a href="http://solar-panel-construction.com" rel="nofollow">solar panel construction</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nearly random &#187; RubyConf 2009</title>
		<link>http://blog.envylabs.com/2009/11/scaling-rails/#comment-811</link>
		<dc:creator>nearly random &#187; RubyConf 2009</dc:creator>
		<pubDate>Mon, 30 Nov 2009 18:33:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.envylabs.com/?p=286#comment-811</guid>
		<description>[...] of  a number of performance-related gems and plugins. It was essentially what he covers in his screencasts, but since I hadn&#8217;t seen them it was well worth hearing it in person. I&#8217;ve now [...]</description>
		<content:encoded><![CDATA[<p>[...] of  a number of performance-related gems and plugins. It was essentially what he covers in his screencasts, but since I hadn&#8217;t seen them it was well worth hearing it in person. I&#8217;ve now [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scaling Rails – On The Edge – Part 3 &#171; Envy Labs</title>
		<link>http://blog.envylabs.com/2009/11/scaling-rails/#comment-768</link>
		<dc:creator>Scaling Rails – On The Edge – Part 3 &#171; Envy Labs</dc:creator>
		<pubDate>Wed, 25 Nov 2009 20:09:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.envylabs.com/?p=286#comment-768</guid>
		<description>[...] can now watch the last episode of the three part series covering some of the newest libraries for helping you scale your Rails apps. This [...]</description>
		<content:encoded><![CDATA[<p>[...] can now watch the last episode of the three part series covering some of the newest libraries for helping you scale your Rails apps. This [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roger</title>
		<link>http://blog.envylabs.com/2009/11/scaling-rails/#comment-651</link>
		<dc:creator>roger</dc:creator>
		<pubDate>Tue, 10 Nov 2009 21:31:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.envylabs.com/?p=286#comment-651</guid>
		<description>also interesting tools are

mysqlplus # avoid a GC collect every 20th query, plus multi-thread friendlier

http://pennysmalls.com/2008/10/14/slim-attributes-v050-released # related to scrooge...kind of, by avoiding allocations if never used

and find_as_hashes
http://blog.chak.org/tag/hash # don&#039;t load AR objects--just load hashes.

GL.
-r

Also saw this recently: http://pennysmalls.com/2009/11/05/much-faster-rails-tests-if-you-use-myisam # speed up tests</description>
		<content:encoded><![CDATA[<p>also interesting tools are</p>
<p>mysqlplus # avoid a GC collect every 20th query, plus multi-thread friendlier</p>
<p><a href="http://pennysmalls.com/2008/10/14/slim-attributes-v050-released" rel="nofollow">http://pennysmalls.com/2008/10/14/slim-attributes-v050-released</a> # related to scrooge&#8230;kind of, by avoiding allocations if never used</p>
<p>and find_as_hashes<br />
<a href="http://blog.chak.org/tag/hash" rel="nofollow">http://blog.chak.org/tag/hash</a> # don&#8217;t load AR objects&#8211;just load hashes.</p>
<p>GL.<br />
-r</p>
<p>Also saw this recently: <a href="http://pennysmalls.com/2009/11/05/much-faster-rails-tests-if-you-use-myisam" rel="nofollow">http://pennysmalls.com/2009/11/05/much-faster-rails-tests-if-you-use-myisam</a> # speed up tests</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->