<?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: DreamHost to Slicehost</title>
	<atom:link href="http://www.subbu.org/blog/2008/03/dreamhost-to-slicehost/feed" rel="self" type="application/rss+xml" />
	<link>http://www.subbu.org/blog/2008/03/dreamhost-to-slicehost</link>
	<description></description>
	<lastBuildDate>Wed, 08 Feb 2012 05:16:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Subbu Allamaraju</title>
		<link>http://www.subbu.org/blog/2008/03/dreamhost-to-slicehost/comment-page-1#comment-243</link>
		<dc:creator>Subbu Allamaraju</dc:creator>
		<pubDate>Thu, 24 Apr 2008 19:11:05 +0000</pubDate>
		<guid isPermaLink="false">http://wp.subbu.org/2008/03/dreamhost-to-slicehost/#comment-243</guid>
		<description>Thanks. I can&#039;t agree more.
</description>
		<content:encoded><![CDATA[<p>Thanks. I can&#8217;t agree more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julian Burgess</title>
		<link>http://www.subbu.org/blog/2008/03/dreamhost-to-slicehost/comment-page-1#comment-242</link>
		<dc:creator>Julian Burgess</dc:creator>
		<pubDate>Wed, 23 Apr 2008 01:45:29 +0000</pubDate>
		<guid isPermaLink="false">http://wp.subbu.org/2008/03/dreamhost-to-slicehost/#comment-242</guid>
		<description>I&#039;m doing the same thing, tried Dreamhost but Ruby on Rails doesn&#039;t work well with shared hosting. The Slicehost instructions and wiki are really good. To PHP users don&#039;t put down Ruby on Rails until you&#039;ve tried it, and it&#039;s getting faster all the time. Cyclogz is a brilliant site btw.
</description>
		<content:encoded><![CDATA[<p>I&#8217;m doing the same thing, tried Dreamhost but Ruby on Rails doesn&#8217;t work well with shared hosting. The Slicehost instructions and wiki are really good. To PHP users don&#8217;t put down Ruby on Rails until you&#8217;ve tried it, and it&#8217;s getting faster all the time. Cyclogz is a brilliant site btw.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Subbu Allamaraju</title>
		<link>http://www.subbu.org/blog/2008/03/dreamhost-to-slicehost/comment-page-1#comment-241</link>
		<dc:creator>Subbu Allamaraju</dc:creator>
		<pubDate>Thu, 10 Apr 2008 14:54:09 +0000</pubDate>
		<guid isPermaLink="false">http://wp.subbu.org/2008/03/dreamhost-to-slicehost/#comment-241</guid>
		<description>Feel free to your this referral link

&lt;a href=&quot;https://manage.slicehost.com/customers/new?referrer=396925305&quot; rel=&quot;nofollow&quot;&gt;https://manage.slicehost.com/customers/new?referrer=396925305&lt;/a&gt;


</description>
		<content:encoded><![CDATA[<p>Feel free to your this referral link</p>
<p><a href="https://manage.slicehost.com/customers/new?referrer=396925305" rel="nofollow">https://manage.slicehost.com/customers/new?referrer=396925305</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prashanth Ellina</title>
		<link>http://www.subbu.org/blog/2008/03/dreamhost-to-slicehost/comment-page-1#comment-240</link>
		<dc:creator>Prashanth Ellina</dc:creator>
		<pubDate>Mon, 07 Apr 2008 09:05:53 +0000</pubDate>
		<guid isPermaLink="false">http://wp.subbu.org/2008/03/dreamhost-to-slicehost/#comment-240</guid>
		<description>I am using Dreamhost currently. Since, I am starting a website which needs to have good uptime, I&#039;ve taken a slice. Have to check it out. Thanks for the info.
</description>
		<content:encoded><![CDATA[<p>I am using Dreamhost currently. Since, I am starting a website which needs to have good uptime, I&#8217;ve taken a slice. Have to check it out. Thanks for the info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: slicematt</title>
		<link>http://www.subbu.org/blog/2008/03/dreamhost-to-slicehost/comment-page-1#comment-239</link>
		<dc:creator>slicematt</dc:creator>
		<pubDate>Fri, 14 Mar 2008 13:00:41 +0000</pubDate>
		<guid isPermaLink="false">http://wp.subbu.org/2008/03/dreamhost-to-slicehost/#comment-239</guid>
		<description>Welcome aboard Subbu, glad to have you with us.
</description>
		<content:encoded><![CDATA[<p>Welcome aboard Subbu, glad to have you with us.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pcdinh</title>
		<link>http://www.subbu.org/blog/2008/03/dreamhost-to-slicehost/comment-page-1#comment-238</link>
		<dc:creator>pcdinh</dc:creator>
		<pubDate>Sun, 09 Mar 2008 10:52:13 +0000</pubDate>
		<guid isPermaLink="false">http://wp.subbu.org/2008/03/dreamhost-to-slicehost/#comment-238</guid>
		<description>Subbu,

Don&#039;t just use raw PHP. Go with Zend Framework, Symfony and you should get productivity boost. Rails is a framework, right? The main point of developer productivity in Rails, Zend Framework, Symfony, SolarPHP, CakePHP is that lot of common, complicated things are abstracted at framework level and exposed in simple APIs. So I think they should share some common design and philosophy.

Rails is slow because it make things more complicated at framework level then other peers. It may do lot of things that you never need. ActiveRecord in Ruby will never be as efficient as in Hibernate ORM because Hibernate can use JVM as memory server to cache/pool tasks before getting them processed. User often think that Rails make their life easier but in fact, user need to pay expensive cost.

Java is another realm. It is a static-typed, state-ful and VM-based technology. It is not for quick development but for stability and accountability.

Just my 2 cents.

</description>
		<content:encoded><![CDATA[<p>Subbu,</p>
<p>Don&#8217;t just use raw PHP. Go with Zend Framework, Symfony and you should get productivity boost. Rails is a framework, right? The main point of developer productivity in Rails, Zend Framework, Symfony, SolarPHP, CakePHP is that lot of common, complicated things are abstracted at framework level and exposed in simple APIs. So I think they should share some common design and philosophy.</p>
<p>Rails is slow because it make things more complicated at framework level then other peers. It may do lot of things that you never need. ActiveRecord in Ruby will never be as efficient as in Hibernate ORM because Hibernate can use JVM as memory server to cache/pool tasks before getting them processed. User often think that Rails make their life easier but in fact, user need to pay expensive cost.</p>
<p>Java is another realm. It is a static-typed, state-ful and VM-based technology. It is not for quick development but for stability and accountability.</p>
<p>Just my 2 cents.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Subbu Allamaraju</title>
		<link>http://www.subbu.org/blog/2008/03/dreamhost-to-slicehost/comment-page-1#comment-237</link>
		<dc:creator>Subbu Allamaraju</dc:creator>
		<pubDate>Sun, 09 Mar 2008 10:23:31 +0000</pubDate>
		<guid isPermaLink="false">http://wp.subbu.org/2008/03/dreamhost-to-slicehost/#comment-237</guid>
		<description>Dev productivity is the main reason I went with Rails. I could have spent three more months to write this in PHP and may be six more months to write it in Java. Between FastCGI on a shared account and Mongrel on a dedicated slice, I see 20-fold increase in speed on average.
</description>
		<content:encoded><![CDATA[<p>Dev productivity is the main reason I went with Rails. I could have spent three more months to write this in PHP and may be six more months to write it in Java. Between FastCGI on a shared account and Mongrel on a dedicated slice, I see 20-fold increase in speed on average.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pcdinh</title>
		<link>http://www.subbu.org/blog/2008/03/dreamhost-to-slicehost/comment-page-1#comment-236</link>
		<dc:creator>pcdinh</dc:creator>
		<pubDate>Sun, 09 Mar 2008 10:11:51 +0000</pubDate>
		<guid isPermaLink="false">http://wp.subbu.org/2008/03/dreamhost-to-slicehost/#comment-236</guid>
		<description>I wonder why you still use Ruby on Rails. Rails is slow by nature. Recently, yet another guy said goodbye to Rails and come back to PHP: &lt;a href=&quot;http://conductr.com/2008/3/3/php-string-manipulation-performance-benchmarking&quot; rel=&quot;nofollow&quot;&gt;http://conductr.com/2008/3/3/php-string-manipulation-performance-benchmarking&lt;/a&gt;
</description>
		<content:encoded><![CDATA[<p>I wonder why you still use Ruby on Rails. Rails is slow by nature. Recently, yet another guy said goodbye to Rails and come back to PHP: <a href="http://conductr.com/2008/3/3/php-string-manipulation-performance-benchmarking" rel="nofollow">http://conductr.com/2008/3/3/php-string-manipulation-performance-benchmarking</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.subbu.org/blog/2008/03/dreamhost-to-slicehost/comment-page-1#comment-235</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Sun, 09 Mar 2008 04:12:13 +0000</pubDate>
		<guid isPermaLink="false">http://wp.subbu.org/2008/03/dreamhost-to-slicehost/#comment-235</guid>
		<description>How did you implement parsing those garmin files? Was it easy?
</description>
		<content:encoded><![CDATA[<p>How did you implement parsing those garmin files? Was it easy?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

