<?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: PHP Scalability and Performance</title>
	<atom:link href="http://www.procata.com/blog/archives/2004/06/30/php-scalability-and-perforamnce/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.procata.com/blog/archives/2004/06/30/php-scalability-and-perforamnce/</link>
	<description>PHP Programming, Web Development, PHP Advocacy and PHP Best Practices.</description>
	<lastBuildDate>Mon, 08 Mar 2010 17:52:45 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Pierre</title>
		<link>http://www.procata.com/blog/archives/2004/06/30/php-scalability-and-perforamnce/#comment-84625</link>
		<dc:creator>Pierre</dc:creator>
		<pubDate>Sun, 02 Aug 2009 10:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.procata.com/blog/archives/2004/06/30/php-scalability-and-perforamnce/#comment-84625</guid>
		<description>Many users of PHP, Python and the like will face disruption of their business model soon because of the &quot;CPU frequency halt&quot;:
http://gwan.ch/en_scalability.html</description>
		<content:encoded><![CDATA[<p>Many users of PHP, Python and the like will face disruption of their business model soon because of the &#8220;CPU frequency halt&#8221;:<br />
<a href="http://gwan.ch/en_scalability.html" rel="nofollow">http://gwan.ch/en_scalability.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shared-Nothing FTW &#171; 21st Century Digital Boy</title>
		<link>http://www.procata.com/blog/archives/2004/06/30/php-scalability-and-perforamnce/#comment-84428</link>
		<dc:creator>Shared-Nothing FTW &#171; 21st Century Digital Boy</dc:creator>
		<pubDate>Wed, 18 Feb 2009 16:10:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.procata.com/blog/archives/2004/06/30/php-scalability-and-perforamnce/#comment-84428</guid>
		<description>[...] Hmmm. Shared nothing &#8230; I wonder where I&#8217;ve heard that before. [...]</description>
		<content:encoded><![CDATA[<p>[...] Hmmm. Shared nothing &#8230; I wonder where I&#8217;ve heard that before. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kvz</title>
		<link>http://www.procata.com/blog/archives/2004/06/30/php-scalability-and-perforamnce/#comment-82375</link>
		<dc:creator>kvz</dc:creator>
		<pubDate>Sat, 06 Oct 2007 16:00:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.procata.com/blog/archives/2004/06/30/php-scalability-and-perforamnce/#comment-82375</guid>
		<description>A thorough article to increase the performance of apache &amp; php:
http://kevin.vanzonneveld.net/techblog/article/survive_heavy_traffic_with_your_webserver</description>
		<content:encoded><![CDATA[<p>A thorough article to increase the performance of apache &amp; php:<br />
<a href="http://kevin.vanzonneveld.net/techblog/article/survive_heavy_traffic_with_your_webserver" rel="nofollow">http://kevin.vanzonneveld.net/techblog/article/survive_heavy_traffic_with_your_webserver</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todo revuelto &#187; Blog Archive &#187; PHP y la escalabilidad</title>
		<link>http://www.procata.com/blog/archives/2004/06/30/php-scalability-and-perforamnce/#comment-14155</link>
		<dc:creator>Todo revuelto &#187; Blog Archive &#187; PHP y la escalabilidad</dc:creator>
		<pubDate>Wed, 08 Feb 2006 12:36:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.procata.com/blog/archives/2004/06/30/php-scalability-and-perforamnce/#comment-14155</guid>
		<description>[...] PHP scalability and performanceÂ  [...]</description>
		<content:encoded><![CDATA[<p>[...] PHP scalability and performanceÂ  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Loehrer</title>
		<link>http://www.procata.com/blog/archives/2004/06/30/php-scalability-and-perforamnce/#comment-11287</link>
		<dc:creator>John Loehrer</dc:creator>
		<pubDate>Fri, 07 Oct 2005 02:38:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.procata.com/blog/archives/2004/06/30/php-scalability-and-perforamnce/#comment-11287</guid>
		<description>I am a developer at gaiaonline.com and i am here to tell you that php scales. We now can easily support 30K simultaneous users signed in with no problem. After a few more optimizations we should be able to double and triple our load, without even adding any more hardware. We currently have about 300M posts on the site, with a few million more being added every day. Our site is now refactored and fine tuned, but the real trick to getting the most bang for your buck is to segregate the data into distinct services and build infrastructure that will allow you to transparently distribute the data load out across your servers. Divide and conquer!</description>
		<content:encoded><![CDATA[<p>I am a developer at gaiaonline.com and i am here to tell you that php scales. We now can easily support 30K simultaneous users signed in with no problem. After a few more optimizations we should be able to double and triple our load, without even adding any more hardware. We currently have about 300M posts on the site, with a few million more being added every day. Our site is now refactored and fine tuned, but the real trick to getting the most bang for your buck is to segregate the data into distinct services and build infrastructure that will allow you to transparently distribute the data load out across your servers. Divide and conquer!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajitesh</title>
		<link>http://www.procata.com/blog/archives/2004/06/30/php-scalability-and-perforamnce/#comment-10328</link>
		<dc:creator>Ajitesh</dc:creator>
		<pubDate>Mon, 01 Aug 2005 11:24:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.procata.com/blog/archives/2004/06/30/php-scalability-and-perforamnce/#comment-10328</guid>
		<description>Thatks for the nice blog! Looks like PHP is winning over me. I am planning to start a portal and considering PHP or JSP.</description>
		<content:encoded><![CDATA[<p>Thatks for the nice blog! Looks like PHP is winning over me. I am planning to start a portal and considering PHP or JSP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Moore&#8217;s Blog  &#187; Blog Archive   &#187; php-development-from-java-architects-eye</title>
		<link>http://www.procata.com/blog/archives/2004/06/30/php-scalability-and-perforamnce/#comment-8869</link>
		<dc:creator>Jeff Moore&#8217;s Blog  &#187; Blog Archive   &#187; php-development-from-java-architects-eye</dc:creator>
		<pubDate>Sat, 23 Apr 2005 18:05:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.procata.com/blog/archives/2004/06/30/php-scalability-and-perforamnce/#comment-8869</guid>
		<description>[...] led premature optimization.  And it often leads to code that is slower and less scalable.  Scalable applications can be written in PHP.  One just uses a di [...]</description>
		<content:encoded><![CDATA[<p>[...] led premature optimization.  And it often leads to code that is slower and less scalable.  Scalable applications can be written in PHP.  One just uses a di [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruturaj Vartak</title>
		<link>http://www.procata.com/blog/archives/2004/06/30/php-scalability-and-perforamnce/#comment-1143</link>
		<dc:creator>Ruturaj Vartak</dc:creator>
		<pubDate>Fri, 03 Dec 2004 11:17:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.procata.com/blog/archives/2004/06/30/php-scalability-and-perforamnce/#comment-1143</guid>
		<description>I still work in PHP (more than a yr. now) . What I find here in India is that PHP still is considered as a simple Script tech. they consider php is unable to compete with J2EE which IS a more advanced.. but consider the Learning curve is far more sharp for J2EE and I don&#039;t need to say anything about my Love PHP :)

But yes PHP still needs more application like variable stuff... which is required if you want same set of variables, values over an application...

Anyways... PHP is still Ruling.</description>
		<content:encoded><![CDATA[<p>I still work in PHP (more than a yr. now) . What I find here in India is that PHP still is considered as a simple Script tech. they consider php is unable to compete with J2EE which IS a more advanced.. but consider the Learning curve is far more sharp for J2EE and I don&#8217;t need to say anything about my Love PHP <img src='http://www.procata.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>But yes PHP still needs more application like variable stuff&#8230; which is required if you want same set of variables, values over an application&#8230;</p>
<p>Anyways&#8230; PHP is still Ruling.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Venezolano</title>
		<link>http://www.procata.com/blog/archives/2004/06/30/php-scalability-and-perforamnce/#comment-206</link>
		<dc:creator>Venezolano</dc:creator>
		<pubDate>Sat, 04 Sep 2004 21:44:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.procata.com/blog/archives/2004/06/30/php-scalability-and-perforamnce/#comment-206</guid>
		<description>I started with ASP years ago, I think PHP is a lot more powerful... I&#039;d like to know which one would give better performance in high load application between PHP, JSP or ASP.NET... But I think any of them installed on a Unix server will be better than a Windows one.</description>
		<content:encoded><![CDATA[<p>I started with ASP years ago, I think PHP is a lot more powerful&#8230; I&#8217;d like to know which one would give better performance in high load application between PHP, JSP or ASP.NET&#8230; But I think any of them installed on a Unix server will be better than a Windows one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark</title>
		<link>http://www.procata.com/blog/archives/2004/06/30/php-scalability-and-perforamnce/#comment-163</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Thu, 19 Aug 2004 17:21:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.procata.com/blog/archives/2004/06/30/php-scalability-and-perforamnce/#comment-163</guid>
		<description>PHP looks like a clear winner, but only time will tell.</description>
		<content:encoded><![CDATA[<p>PHP looks like a clear winner, but only time will tell.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
