<?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: Wordpress benchmarks running on Nginx, Php, Apache and Fastcgi</title>
	<atom:link href="http://www.megaburst.com/wordpress-benchmarks-running-on-nginx-php-apache-and-fastcgi/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.megaburst.com/wordpress-benchmarks-running-on-nginx-php-apache-and-fastcgi/</link>
	<description>High performance web site building</description>
	<lastBuildDate>Sat, 20 Mar 2010 15:18:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bejjan</title>
		<link>http://www.megaburst.com/wordpress-benchmarks-running-on-nginx-php-apache-and-fastcgi/comment-page-1/#comment-5565</link>
		<dc:creator>Bejjan</dc:creator>
		<pubDate>Tue, 29 Dec 2009 12:53:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.megaburst.com/?p=44#comment-5565</guid>
		<description>I managed to crank apache up to serve ~600 phpinfo-pages per second.
Now that might sound good, but a benchmark of Nginx with PHP-fpm the results was just amazing! over 11.000 served phpinfo per second.

Apache, get bent!
Hello NGINX!</description>
		<content:encoded><![CDATA[<p>I managed to crank apache up to serve ~600 phpinfo-pages per second.<br />
Now that might sound good, but a benchmark of Nginx with PHP-fpm the results was just amazing! over 11.000 served phpinfo per second.</p>
<p>Apache, get bent!<br />
Hello NGINX!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sutekin</title>
		<link>http://www.megaburst.com/wordpress-benchmarks-running-on-nginx-php-apache-and-fastcgi/comment-page-1/#comment-1505</link>
		<dc:creator>Sutekin</dc:creator>
		<pubDate>Sat, 01 Nov 2008 19:37:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.megaburst.com/?p=44#comment-1505</guid>
		<description>Your interperation of results is totally false.

There is a bottleneck on apache side and %88.3 of requests returned blank/error pages.

Btw lets go for real result interperation

1000 pages at 103430 ms  = 103.4 ms per page on avarage  

117 pages at 16653 ms  = 142.3 ms per page on avarage

NGX rocks ever time..</description>
		<content:encoded><![CDATA[<p>Your interperation of results is totally false.</p>
<p>There is a bottleneck on apache side and %88.3 of requests returned blank/error pages.</p>
<p>Btw lets go for real result interperation</p>
<p>1000 pages at 103430 ms  = 103.4 ms per page on avarage  </p>
<p>117 pages at 16653 ms  = 142.3 ms per page on avarage</p>
<p>NGX rocks ever time..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anon</title>
		<link>http://www.megaburst.com/wordpress-benchmarks-running-on-nginx-php-apache-and-fastcgi/comment-page-1/#comment-1124</link>
		<dc:creator>Anon</dc:creator>
		<pubDate>Thu, 09 Oct 2008 20:03:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.megaburst.com/?p=44#comment-1124</guid>
		<description>Complete requests: 1000
Failed requests: 883
(Connect: 0, Length: 883, Exceptions: 0)
Write errors: 0
Non-2xx responses: 883

Complete requests: 1000
Failed requests: 0
Write errors: 0
Non-2xx responses: 900

Am I reading this correctly?  Does this mean out of 1000 requests only 100 or so were served properly?</description>
		<content:encoded><![CDATA[<p>Complete requests: 1000<br />
Failed requests: 883<br />
(Connect: 0, Length: 883, Exceptions: 0)<br />
Write errors: 0<br />
Non-2xx responses: 883</p>
<p>Complete requests: 1000<br />
Failed requests: 0<br />
Write errors: 0<br />
Non-2xx responses: 900</p>
<p>Am I reading this correctly?  Does this mean out of 1000 requests only 100 or so were served properly?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: victori</title>
		<link>http://www.megaburst.com/wordpress-benchmarks-running-on-nginx-php-apache-and-fastcgi/comment-page-1/#comment-918</link>
		<dc:creator>victori</dc:creator>
		<pubDate>Thu, 25 Sep 2008 06:54:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.megaburst.com/?p=44#comment-918</guid>
		<description>60req/sec using page cache? ... is hitting the PHP interpreter that slow? Consider using nginx&#039;s memcached page cache method instead to avoid the php interpreter all together. 

On our site using Java+Jetty+Hibernate+Spring+Wicket stack we easily pull 60req/sec on heavy dynamic page and. &gt;250req/sec on simple dynamic pages (hibernate 2nd level SQL cache rocks hard).

oh and we also hit digg multiple times, I Honestly expected a larger spike in traffic than what we got from our few digg effects. 

-Victor</description>
		<content:encoded><![CDATA[<p>60req/sec using page cache? &#8230; is hitting the PHP interpreter that slow? Consider using nginx&#8217;s memcached page cache method instead to avoid the php interpreter all together. </p>
<p>On our site using Java+Jetty+Hibernate+Spring+Wicket stack we easily pull 60req/sec on heavy dynamic page and. &gt;250req/sec on simple dynamic pages (hibernate 2nd level SQL cache rocks hard).</p>
<p>oh and we also hit digg multiple times, I Honestly expected a larger spike in traffic than what we got from our few digg effects. </p>
<p>-Victor</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kai</title>
		<link>http://www.megaburst.com/wordpress-benchmarks-running-on-nginx-php-apache-and-fastcgi/comment-page-1/#comment-445</link>
		<dc:creator>Kai</dc:creator>
		<pubDate>Wed, 27 Aug 2008 19:37:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.megaburst.com/?p=44#comment-445</guid>
		<description>Thanks for your comment. We will check it out and post feedback after a few tests etc.</description>
		<content:encoded><![CDATA[<p>Thanks for your comment. We will check it out and post feedback after a few tests etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike503</title>
		<link>http://www.megaburst.com/wordpress-benchmarks-running-on-nginx-php-apache-and-fastcgi/comment-page-1/#comment-404</link>
		<dc:creator>mike503</dc:creator>
		<pubDate>Sat, 23 Aug 2008 17:55:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.megaburst.com/?p=44#comment-404</guid>
		<description>Forget about spawn-fcgi. Use php-fpm.</description>
		<content:encoded><![CDATA[<p>Forget about spawn-fcgi. Use php-fpm.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
