<?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>《HTTP服务器 Nginx 的 Windows 版》的评论</title>
	<atom:link href="http://applife.net/2008/07/nginx-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://applife.net/2008/07/nginx-windows/</link>
	<description>AppLife.Net</description>
	<lastBuildDate>Tue, 22 May 2012 03:32:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>作者：ngwsx</title>
		<link>http://applife.net/2008/07/nginx-windows/#comment-80309</link>
		<dc:creator>ngwsx</dc:creator>
		<pubDate>Fri, 08 Jul 2011 03:48:25 +0000</pubDate>
		<guid isPermaLink="false">http://applife.net/2008/07/nginx-windows/#comment-80309</guid>
		<description>Ngwsx是Nginx的一个非官方的Windows移植版本，使用Windows的IOCP，支持高并发。


特性：

*) 支持IOCP和Select两种IO模型。

*) 支持以Windows服务的方式运行。

*) 支持单进程和主从进程（主进程/工作进程）两种工作模式，

    启用IOCP事件模块只支持单个工作进程，启用Select事件模块可支持多个工作进程。

*) 使用AcceptEx和ConnectEx等WinSock扩展函数。

*) 静态链接PCRE和ZLIB库。


下载：

https://github.com/downloads/hehaiqiang/ngwsx/nginx-1.0.4.0.rar


==========================================================


ngx_php_module是一个nginx http模块，它把php解析器内嵌到nginx里面用来执行php脚本。


特性：

*) PHP解析器内嵌到Nginx，类似于Apache httpd的mod_php模块。


下载：

https://github.com/downloads/hehaiqiang/ngwsx/ngx_php-1.0.4.0.rar</description>
		<content:encoded><![CDATA[<p>Ngwsx是Nginx的一个非官方的Windows移植版本，使用Windows的IOCP，支持高并发。</p>
<p>特性：</p>
<p>*) 支持IOCP和Select两种IO模型。</p>
<p>*) 支持以Windows服务的方式运行。</p>
<p>*) 支持单进程和主从进程（主进程/工作进程）两种工作模式，</p>
<p>    启用IOCP事件模块只支持单个工作进程，启用Select事件模块可支持多个工作进程。</p>
<p>*) 使用AcceptEx和ConnectEx等WinSock扩展函数。</p>
<p>*) 静态链接PCRE和ZLIB库。</p>
<p>下载：</p>
<p><a href="https://github.com/downloads/hehaiqiang/ngwsx/nginx-1.0.4.0.rar" rel="nofollow">https://github.com/downloads/hehaiqiang/ngwsx/nginx-1.0.4.0.rar</a></p>
<p>==========================================================</p>
<p>ngx_php_module是一个nginx http模块，它把php解析器内嵌到nginx里面用来执行php脚本。</p>
<p>特性：</p>
<p>*) PHP解析器内嵌到Nginx，类似于Apache httpd的mod_php模块。</p>
<p>下载：</p>
<p><a href="https://github.com/downloads/hehaiqiang/ngwsx/ngx_php-1.0.4.0.rar" rel="nofollow">https://github.com/downloads/hehaiqiang/ngwsx/ngx_php-1.0.4.0.rar</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：hqhe</title>
		<link>http://applife.net/2008/07/nginx-windows/#comment-18616</link>
		<dc:creator>hqhe</dc:creator>
		<pubDate>Sat, 31 Jul 2010 01:55:23 +0000</pubDate>
		<guid isPermaLink="false">http://applife.net/2008/07/nginx-windows/#comment-18616</guid>
		<description>features:
*) native porting of nginx on windows.
*) single process mode.
*) windows service supported.
*) iocp event method.
*) file aio.
*) TransmitPackets, TransmitFile.
*) zlib-1.2.3. (statically link)
*) pcre-7.9. (statically link)
*) openssl-0.9.8o. (statically link)
*) using configure to build the binary with mingw+vc10.

download:
*) http://www.ngwsx.org/download
*) http://github.com/hehaiqiang/ngwsx/downloads</description>
		<content:encoded><![CDATA[<p>features:<br />
*) native porting of nginx on windows.<br />
*) single process mode.<br />
*) windows service supported.<br />
*) iocp event method.<br />
*) file aio.<br />
*) TransmitPackets, TransmitFile.<br />
*) zlib-1.2.3. (statically link)<br />
*) pcre-7.9. (statically link)<br />
*) openssl-0.9.8o. (statically link)<br />
*) using configure to build the binary with mingw+vc10.</p>
<p>download:<br />
*) <a href="http://www.ngwsx.org/download" rel="nofollow">http://www.ngwsx.org/download</a><br />
*) <a href="http://github.com/hehaiqiang/ngwsx/downloads" rel="nofollow">http://github.com/hehaiqiang/ngwsx/downloads</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：清晨迷雾</title>
		<link>http://applife.net/2008/07/nginx-windows/#comment-7291</link>
		<dc:creator>清晨迷雾</dc:creator>
		<pubDate>Thu, 20 Aug 2009 14:01:29 +0000</pubDate>
		<guid isPermaLink="false">http://applife.net/2008/07/nginx-windows/#comment-7291</guid>
		<description>正在查阅相关资料,谢谢

&lt;a href=&quot;http://www.vouov.com&quot; rel=&quot;nofollow&quot;&gt;清晨迷雾&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>正在查阅相关资料,谢谢</p>
<p><a href="http://www.vouov.com" rel="nofollow">清晨迷雾</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：&#187; HTTP服务器 Nginx 的 Windows 版 电子商务创业思考与实践分享 读思客</title>
		<link>http://applife.net/2008/07/nginx-windows/#comment-5060</link>
		<dc:creator>&#187; HTTP服务器 Nginx 的 Windows 版 电子商务创业思考与实践分享 读思客</dc:creator>
		<pubDate>Wed, 29 Apr 2009 16:05:29 +0000</pubDate>
		<guid isPermaLink="false">http://applife.net/2008/07/nginx-windows/#comment-5060</guid>
		<description>[...] HTTP服务器 Nginx 的 Windows 版  三月 15th, 2009 in 默认分类 [...]</description>
		<content:encoded><![CDATA[<p>[...] HTTP服务器 Nginx 的 Windows 版  三月 15th, 2009 in 默认分类 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：HTTP服务器 Nginx 的 Windows 版 &#171; Leo Cai</title>
		<link>http://applife.net/2008/07/nginx-windows/#comment-4516</link>
		<dc:creator>HTTP服务器 Nginx 的 Windows 版 &#171; Leo Cai</dc:creator>
		<pubDate>Wed, 18 Mar 2009 22:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://applife.net/2008/07/nginx-windows/#comment-4516</guid>
		<description>[...] HTTP服务器 Nginx 的 Windows 版 [...]</description>
		<content:encoded><![CDATA[<p>[...] HTTP服务器 Nginx 的 Windows 版 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Black-Xstar</title>
		<link>http://applife.net/2008/07/nginx-windows/#comment-3276</link>
		<dc:creator>Black-Xstar</dc:creator>
		<pubDate>Tue, 02 Dec 2008 01:04:56 +0000</pubDate>
		<guid isPermaLink="false">http://applife.net/2008/07/nginx-windows/#comment-3276</guid>
		<description>@zicjin, 看看配置文件或者说明吧。</description>
		<content:encoded><![CDATA[<p>@zicjin, 看看配置文件或者说明吧。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：zicjin</title>
		<link>http://applife.net/2008/07/nginx-windows/#comment-3261</link>
		<dc:creator>zicjin</dc:creator>
		<pubDate>Mon, 01 Dec 2008 07:40:35 +0000</pubDate>
		<guid isPermaLink="false">http://applife.net/2008/07/nginx-windows/#comment-3261</guid>
		<description>我下的Development 版本，登录http://127.0.0.1的时候提示要用户名密码，是啥？</description>
		<content:encoded><![CDATA[<p>我下的Development 版本，登录http://127.0.0.1的时候提示要用户名密码，是啥？</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：睡到自然醒blog</title>
		<link>http://applife.net/2008/07/nginx-windows/#comment-1252</link>
		<dc:creator>睡到自然醒blog</dc:creator>
		<pubDate>Sat, 02 Aug 2008 14:45:49 +0000</pubDate>
		<guid isPermaLink="false">http://applife.net/2008/07/nginx-windows/#comment-1252</guid>
		<description>XAMPP还是很强大的 :mrgreen:</description>
		<content:encoded><![CDATA[<p>XAMPP还是很强大的 <img src='http://applife.net/wp-includes/images/smilies/icon_mrgreen.gif' alt=':mrgreen:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：jyfish</title>
		<link>http://applife.net/2008/07/nginx-windows/#comment-1241</link>
		<dc:creator>jyfish</dc:creator>
		<pubDate>Sat, 02 Aug 2008 03:05:59 +0000</pubDate>
		<guid isPermaLink="false">http://applife.net/2008/07/nginx-windows/#comment-1241</guid>
		<description>XAMPP :twisted:</description>
		<content:encoded><![CDATA[<p>XAMPP <img src='http://applife.net/wp-includes/images/smilies/icon_twisted.gif' alt=':twisted:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：别用鼠标点我</title>
		<link>http://applife.net/2008/07/nginx-windows/#comment-1229</link>
		<dc:creator>别用鼠标点我</dc:creator>
		<pubDate>Fri, 01 Aug 2008 06:46:47 +0000</pubDate>
		<guid isPermaLink="false">http://applife.net/2008/07/nginx-windows/#comment-1229</guid>
		<description>感觉还是在linux下弄比较好~可以避免许多麻烦~~</description>
		<content:encoded><![CDATA[<p>感觉还是在linux下弄比较好~可以避免许多麻烦~~</p>
]]></content:encoded>
	</item>
</channel>
</rss>

