<?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: Is Ruby slow compared to php?</title>
	<atom:link href="http://www.killersites.com/blog/2006/is-ruby-slow-compared-to-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.killersites.com/blog/2006/is-ruby-slow-compared-to-php/</link>
	<description>Real world talk about web design, programming and the business of web design.</description>
	<lastBuildDate>Fri, 13 Nov 2009 17:25:16 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Stefan Mischook</title>
		<link>http://www.killersites.com/blog/2006/is-ruby-slow-compared-to-php/comment-page-1/#comment-38527</link>
		<dc:creator>Stefan Mischook</dc:creator>
		<pubDate>Thu, 15 Mar 2007 05:31:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.killersites.com/blog/2006/is-ruby-slow-compared-to-php/#comment-38527</guid>
		<description>Ouch!</description>
		<content:encoded><![CDATA[<p>Ouch!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.killersites.com/blog/2006/is-ruby-slow-compared-to-php/comment-page-1/#comment-38337</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 14 Mar 2007 08:49:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.killersites.com/blog/2006/is-ruby-slow-compared-to-php/#comment-38337</guid>
		<description>Here is a quote from O&#039;Reilly&#039;s Ruby in a Nutshell writen by Yukihiro Matsumoto (the creator of Ruby),

&quot;I don&#039;t have a concrete plan for future versions, even 2.0...&quot;
&quot;...Ruby&#039;s internals are too complex to maintain and can be slower than other languages.&quot;
&quot;The future is unknown, and my imagination is limited. ...&quot;</description>
		<content:encoded><![CDATA[<p>Here is a quote from O&#8217;Reilly&#8217;s Ruby in a Nutshell writen by Yukihiro Matsumoto (the creator of Ruby),</p>
<p>&#8220;I don&#8217;t have a concrete plan for future versions, even 2.0&#8230;&#8221;<br />
&#8220;&#8230;Ruby&#8217;s internals are too complex to maintain and can be slower than other languages.&#8221;<br />
&#8220;The future is unknown, and my imagination is limited. &#8230;&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Mischook</title>
		<link>http://www.killersites.com/blog/2006/is-ruby-slow-compared-to-php/comment-page-1/#comment-7634</link>
		<dc:creator>Stefan Mischook</dc:creator>
		<pubDate>Tue, 14 Nov 2006 06:16:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.killersites.com/blog/2006/is-ruby-slow-compared-to-php/#comment-7634</guid>
		<description>No.

Due to the fact that there are some server install issues and that the Ruby framework is not as mature as PHP, we have opted to develop in php for the time being.

Don&#039;t get me wrong, Ruby is a really interesting language and has some nice aspects - as does Rails. 

That said, I felt that those extra bells and whistles did not trump php&#039;s maturity and flexibility.</description>
		<content:encoded><![CDATA[<p>No.</p>
<p>Due to the fact that there are some server install issues and that the Ruby framework is not as mature as PHP, we have opted to develop in php for the time being.</p>
<p>Don&#8217;t get me wrong, Ruby is a really interesting language and has some nice aspects &#8211; as does Rails. </p>
<p>That said, I felt that those extra bells and whistles did not trump php&#8217;s maturity and flexibility.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.killersites.com/blog/2006/is-ruby-slow-compared-to-php/comment-page-1/#comment-7630</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Tue, 14 Nov 2006 05:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.killersites.com/blog/2006/is-ruby-slow-compared-to-php/#comment-7630</guid>
		<description>Did you ever get around to testing this? I have done some very small testing in it and feel Ruby is working slower thusfar. At this time I am not sure how it would work on a webserver and with the extra bells and whistles (fastcgi etc.) but I had heard so much raving about RoR that I felt it was worth trying...

Also bear in mind we are talking about a Framework in RoR and a scripting language in PHP so the unfair advantage goes to PHP to start with.</description>
		<content:encoded><![CDATA[<p>Did you ever get around to testing this? I have done some very small testing in it and feel Ruby is working slower thusfar. At this time I am not sure how it would work on a webserver and with the extra bells and whistles (fastcgi etc.) but I had heard so much raving about RoR that I felt it was worth trying&#8230;</p>
<p>Also bear in mind we are talking about a Framework in RoR and a scripting language in PHP so the unfair advantage goes to PHP to start with.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Mischook</title>
		<link>http://www.killersites.com/blog/2006/is-ruby-slow-compared-to-php/comment-page-1/#comment-5390</link>
		<dc:creator>Stefan Mischook</dc:creator>
		<pubDate>Tue, 24 Oct 2006 05:35:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.killersites.com/blog/2006/is-ruby-slow-compared-to-php/#comment-5390</guid>
		<description>I just wanted to update things:

As it turns out, it looks as though we had not actually installed the fastcgi properly and our Ruby app was running on slow-ass CGI.

So my first post on Ruby&#039;s speed was not fair to Ruby.

Once we get around to fixing it, I will update this post.

Stefan</description>
		<content:encoded><![CDATA[<p>I just wanted to update things:</p>
<p>As it turns out, it looks as though we had not actually installed the fastcgi properly and our Ruby app was running on slow-ass CGI.</p>
<p>So my first post on Ruby&#8217;s speed was not fair to Ruby.</p>
<p>Once we get around to fixing it, I will update this post.</p>
<p>Stefan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paul</title>
		<link>http://www.killersites.com/blog/2006/is-ruby-slow-compared-to-php/comment-page-1/#comment-4167</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Tue, 26 Sep 2006 15:21:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.killersites.com/blog/2006/is-ruby-slow-compared-to-php/#comment-4167</guid>
		<description>I think ruby is much slower than php, i have done quite a bit of testing, php seems faster especially with zend server</description>
		<content:encoded><![CDATA[<p>I think ruby is much slower than php, i have done quite a bit of testing, php seems faster especially with zend server</p>
]]></content:encoded>
	</item>
</channel>
</rss>
