<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>臭皮匠 &#187; fastcgi</title>
	<atom:link href="http://guogoul.com/tag/fastcgi/feed/" rel="self" type="application/rss+xml" />
	<link>http://guogoul.com</link>
	<description></description>
	<lastBuildDate>Fri, 29 Oct 2010 00:24:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>nginx系列(2):apache与nginx+php cgi性能比较</title>
		<link>http://guogoul.com/2008/07/08/nginx_2/</link>
		<comments>http://guogoul.com/2008/07/08/nginx_2/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 16:09:48 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[技巧]]></category>
		<category><![CDATA[技术]]></category>
		<category><![CDATA[fastcgi]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.guogoul.com/2008/07/08/nginx_2/</guid>
		<description><![CDATA[听说nginx性能是apache的10倍，可同时处理并发3W请求。只是听说而已自己没有证明过，今天 没事就用webbench测试一下看看到底有多大差距呢！
由于没有专业的环境，只能用我这个快要淘汰的本本上试一试了。nginx的性能如果可以并发3w不挂的话，我的机器早就升天了。我想先测试并发2000看看效果。
1.先拿apache开刀:
  用apache的默认配置没有进行修改.真是受不了，我的pc基本上处于假死状态,可能已死呵呵。不过我还坚持实验了两组:
第一组:
$ webbench -t 20 -c 2000 http://home.ucenter:8080/test.php
Webbench &#8211; Simple Web Benchmark 1.5
Copyright (c) Radim Kolar 1997-2004, GPL Open Source Software.
Benchmarking: GET http://home.ucenter:8080/test.php
2000 clients, running 20 sec.
Speed=62814 pages/min, 294224 bytes/sec.
Requests: 20938 susceed, 0 failed.
难怪假死我的是p4 1.8的cpu，load 都到了12了，真是难为我的机器了

第二组:
$ webbench -t 20 -c 2000 http://home.ucenter:8080/test.php
Webbench &#8211; Simple Web Benchmark 1.5
Copyright (c) Radim Kolar 1997-2004, GPL Open [...]]]></description>
		<wfw:commentRss>http://guogoul.com/2008/07/08/nginx_2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>nginx系列(1)：快速搭建nginx + php fastcgi系统</title>
		<link>http://guogoul.com/2008/07/05/nginx_1/</link>
		<comments>http://guogoul.com/2008/07/05/nginx_1/#comments</comments>
		<pubDate>Sat, 05 Jul 2008 15:24:05 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[技术]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[fastcgi]]></category>
		<category><![CDATA[lighttpd]]></category>

		<guid isPermaLink="false">http://www.guogoul.com/2008/07/05/nginx_1/</guid>
		<description><![CDATA[nginx历吏比较短，由俄罗斯人编写，以性能卓越闻名。国内用nginx做server的公司还不多，相关的学习文档还不是很完全。边学边记，共同学习。
首先分享一下搭建nginx心得.其实在ubuntu下面建立nginx平台还是十分的简单，只不过本人用linux系统的不长以及nginx的相关文档比较少，以至在前期走了不少的弯路.
1. 测试平台: ubuntu8.04
2.安装nginx  1)sudo apt-get install nginx   2)相关路径：      conf:  /etc/nginx/nginx.conf      bin:    /usr/sbin/nginx      vhost: /etc/nginx/sites-enable/default      cgi-params: /etc/nginx/fastcgi-params  3)例子:建一个虚拟server       在/etc/nginx/sites-enable/default中添加以下代码    [...]]]></description>
		<wfw:commentRss>http://guogoul.com/2008/07/05/nginx_1/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

