<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[张宴的博客]]></title> 
<link>http://zyan.cc/index.php</link> 
<description><![CDATA[Web系统架构与底层研发]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[张宴的博客]]></copyright>
<item>
<link>http://zyan.cc/post/290/</link>
<title><![CDATA[初步试用Squid的替代产品──Varnish Cache网站加速器[原创]]]></title> 
<author>张宴 &lt;net@s135.com&gt;</author>
<category><![CDATA[Cache与存储]]></category>
<pubDate>Wed, 29 Aug 2007 10:45:01 +0000</pubDate> 
<guid>http://zyan.cc/post/290/</guid> 
<description>
<![CDATA[ 
	　　Varnish是一款高性能的开源HTTP加速器，挪威最大的在线报纸 Verdens Gang (vg.no) 使用3台Varnish代替了原来的12台squid，性能比以前更好。<br/><br/>　　Varnish的作者Poul-Henning Kamp是FreeBSD的内核开发者之一，他认为现在的计算机比起1975年已经复杂许多。在1975年时，储存媒介只有两种：内存与硬盘。但现在计算机系统的内存除了主存外，还包括了cpu内的L1、L2，甚至有L3快取。硬盘上也有自己的快取装置，因此squid cache自行处理物件替换的架构不可能得知这些情况而做到最佳化，但操作系统可以得知这些情况，所以这部份的工作应该交给操作系统处理，这就是Varnish cache设计架构。<br/><br/>　　Varnish可以在FreeBSD 6.0和Linux 2.6内核上运行。<br/><br/>　　1、编译安装varnish HTTP加速器：<div class="quote"><div class="quote-title">引用</div><div class="quote-content">wget <a href="http://blog.zyan.cc/soft/linux/varnish/varnish-1.1.1.tar.gz" target="_blank">http://blog.zyan.cc/soft/linux/varnish/varnish-1.1.1.tar.gz</a><br/>tar zxvf varnish-1.1.1.tar.gz<br/>cd varnish-1.1.1<br/>./configure --prefix=/usr/local/varnish<br/>make && make install</div></div><br/>　　2、简单启动varnish守护进程，用本机80端口去反向代理加速127.0.0.1:81上的Apache服务器：<div class="quote"><div class="quote-title">引用</div><div class="quote-content">/usr/local/varnish/sbin/varnishd -a :8080 -b 127.0.0.1:81 -p thread_pool_max=1500 -p thread_pools=5 -p listen_depth=512 -p client_http11=on -w 1,10000,120</div></div><br/>　　Varnish官方网站：<a href="http://www.varnish-cache.org/" target="_blank">http://www.varnish-cache.org/</a><br/><br/>　　另有一份PDF文档，说明Varnish原理的：<a href="http://ishare.iask.sina.com.cn/cgi-bin/fileid.cgi?fileid=2163384" target="_blank">http://ishare.iask.sina.com.cn/cgi-bin/fileid.cgi?fileid=2163384</a><br/><br/>　　我测试了一下，在同等配置环境下，Varnish的性能确实要超过Squid，稳定性也不错，值得继续去深入研究。<br/>Tags - <a href="http://zyan.cc/tags/linux/" rel="tag">linux</a> , <a href="http://zyan.cc/tags/cache/" rel="tag">cache</a> , <a href="http://zyan.cc/tags/squid/" rel="tag">squid</a>
]]>
</description>
</item><item>
<link>http://zyan.cc/post/290/#blogcomment280</link>
<title><![CDATA[[评论] 初步试用Squid的替代产品──Varnish Cache网站加速器[原创]]]></title> 
<author>jackbillow &lt;jackbillow@gmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Fri, 31 Aug 2007 10:18:02 +0000</pubDate> 
<guid>http://zyan.cc/post/290/#blogcomment280</guid> 
<description>
<![CDATA[ 
	张兄，写的不错，我也测试了一下。性能是比squid高。
]]>
</description>
</item><item>
<link>http://zyan.cc/post/290/#blogcomment429</link>
<title><![CDATA[[评论] 初步试用Squid的替代产品──Varnish Cache网站加速器[原创]]]></title> 
<author>访客 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Sun, 28 Oct 2007 12:26:19 +0000</pubDate> 
<guid>http://zyan.cc/post/290/#blogcomment429</guid> 
<description>
<![CDATA[ 
	例子里面说的是一对一的代理， 应该支持像squid那样的虚拟主机代理吧。
]]>
</description>
</item><item>
<link>http://zyan.cc/post/290/#blogcomment1166</link>
<title><![CDATA[[评论] 初步试用Squid的替代产品──Varnish Cache网站加速器[原创]]]></title> 
<author>phpsir &lt;phpsir@phpsir.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Wed, 11 Jun 2008 03:16:03 +0000</pubDate> 
<guid>http://zyan.cc/post/290/#blogcomment1166</guid> 
<description>
<![CDATA[ 
	IT流言终结者1:Varnish vs Squid<br/><a href="http://www.hiadmin.com/?p=223" target="_blank">http://www.hiadmin.com/?p=223</a><br/>您怎么看
]]>
</description>
</item><item>
<link>http://zyan.cc/post/290/#blogcomment2070</link>
<title><![CDATA[[评论] 初步试用Squid的替代产品──Varnish Cache网站加速器[原创]]]></title> 
<author>freeke &lt;myfreeke@gmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Tue, 25 Nov 2008 06:19:43 +0000</pubDate> 
<guid>http://zyan.cc/post/290/#blogcomment2070</guid> 
<description>
<![CDATA[ 
	varnish 2.0 发布了,听说性能更加强了!
]]>
</description>
</item><item>
<link>http://zyan.cc/post/290/#blogcomment2178</link>
<title><![CDATA[[评论] 初步试用Squid的替代产品──Varnish Cache网站加速器[原创]]]></title> 
<author>当代狂人 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Tue, 09 Dec 2008 10:58:19 +0000</pubDate> 
<guid>http://zyan.cc/post/290/#blogcomment2178</guid> 
<description>
<![CDATA[ 
	另有一份PDF文档，说明Varnish原理的：<a href="http://ishare.iask.sina.com.cn/cgi-bin/fileid.cgi?fileid=2163384" target="_blank">http://ishare.iask.sina.com.cn/cgi-bin/fileid.cgi?fileid=2163384</a><br/>老大，能不能来份中文的呀，看英文的实在很累哦...
]]>
</description>
</item><item>
<link>http://zyan.cc/post/290/#blogcomment2179</link>
<title><![CDATA[[评论] 初步试用Squid的替代产品──Varnish Cache网站加速器[原创]]]></title> 
<author>当代狂人 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Tue, 09 Dec 2008 11:00:22 +0000</pubDate> 
<guid>http://zyan.cc/post/290/#blogcomment2179</guid> 
<description>
<![CDATA[ 
	还有个疑问 如果varnish装在另外个机器上，域名我绑哪上面呀 apache的还是varnish服务器上呀？
]]>
</description>
</item><item>
<link>http://zyan.cc/post/290/#blogcomment2180</link>
<title><![CDATA[[评论] 初步试用Squid的替代产品──Varnish Cache网站加速器[原创]]]></title> 
<author>当代狂人 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Tue, 09 Dec 2008 11:02:40 +0000</pubDate> 
<guid>http://zyan.cc/post/290/#blogcomment2180</guid> 
<description>
<![CDATA[ 
	我看了你这文章，因为初次接触这方面的问题，我直接选择了varnish，squid的都没去考虑了。
]]>
</description>
</item><item>
<link>http://zyan.cc/post/290/#blogcomment5672</link>
<title><![CDATA[[评论] 初步试用Squid的替代产品──Varnish Cache网站加速器[原创]]]></title> 
<author>richardzhao &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Tue, 20 Apr 2010 03:56:57 +0000</pubDate> 
<guid>http://zyan.cc/post/290/#blogcomment5672</guid> 
<description>
<![CDATA[ 
	请问一下，你里面的图是用什么软件画的？
]]>
</description>
</item><item>
<link>http://zyan.cc/post/290/#blogcomment14175</link>
<title><![CDATA[[评论] 初步试用Squid的替代产品──Varnish Cache网站加速器[原创]]]></title> 
<author>louis vuitton uk &lt;fsf@fdg.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Wed, 23 Nov 2011 00:51:06 +0000</pubDate> 
<guid>http://zyan.cc/post/290/#blogcomment14175</guid> 
<description>
<![CDATA[ 
	This <a href="http://www.louisvuittonoutlets.org.uk" target="_blank">louis vuitton uk</a> for sale belongs to the sounding just what are termed as Louis Vuitton vintage best sellers, many other products and services for the reason that range appearing companies.You will easily notice the unfold zippers of this <a href="http://www.coachoutletstoreonlinefree.com" target="_blank">coach outlet store online</a>. That is the decoration. There are some inside pockets for you as well. They are easy to match your clothes and to carry.Let us inspire your inner beauty with fine <a href="http://www.christian-louboutinsale.org.uk" target="_blank">christian louboutin sale</a>. Purse the elegance in bridal wedding. Enjoy the fashion.
]]>
</description>
</item><item>
<link>http://zyan.cc/post/290/#blogcomment16364</link>
<title><![CDATA[[评论] 初步试用Squid的替代产品──Varnish Cache网站加速器[原创]]]></title> 
<author>sdw &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Mon, 12 Mar 2012 17:25:43 +0000</pubDate> 
<guid>http://zyan.cc/post/290/#blogcomment16364</guid> 
<description>
<![CDATA[ 
	有windows版本不？
]]>
</description>
</item><item>
<link>http://zyan.cc/post/290/#blogcomment17332</link>
<title><![CDATA[[评论] 初步试用Squid的替代产品──Varnish Cache网站加速器[原创]]]></title> 
<author>chanel uk &lt;xiang1234xiangxiang@gmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Fri, 13 Apr 2012 09:16:30 +0000</pubDate> 
<guid>http://zyan.cc/post/290/#blogcomment17332</guid> 
<description>
<![CDATA[ 
	<a href="http://www.chanelukoutlets.org.uk" target="_blank">chanel uk</a><br/><a href="http://www.burberryukoutletuk.org" target="_blank">burberry uk</a><br/><a href="http://www.poloralphlaurenuks.org" target="_blank">ralph lauren uk</a>
]]>
</description>
</item><item>
<link>http://zyan.cc/post/290/#blogcomment17352</link>
<title><![CDATA[[评论] 初步试用Squid的替代产品──Varnish Cache网站加速器[原创]]]></title> 
<author>chanel uk &lt;xiang1234xiangxiang@gmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Fri, 13 Apr 2012 09:22:03 +0000</pubDate> 
<guid>http://zyan.cc/post/290/#blogcomment17352</guid> 
<description>
<![CDATA[ 
	<a href="http://www.christianlouboutinukuk.org" target="_blank">christian louboutin</a><br/><a href="http://www.tiffanyuksuk.org" target="_blank">tiffanys</a><br/><a href="http://www.gucciukbeltuk.org" target="_blank">gucci uk</a><br/><a href="http://www.frsaclouisvuittonsac.com" target="_blank">louis vuitton sac</a>
]]>
</description>
</item><item>
<link>http://zyan.cc/post/290/#blogcomment18770</link>
<title><![CDATA[[评论] 初步试用Squid的替代产品──Varnish Cache网站加速器[原创]]]></title> 
<author>coach factory outlet &lt;fgf@hotmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 17 May 2012 03:03:42 +0000</pubDate> 
<guid>http://zyan.cc/post/290/#blogcomment18770</guid> 
<description>
<![CDATA[ 
	Today, following half a century, mentor leather-bases <a href="http://www.coachfactoryoutletao.net" target="_blank">coach factory outlet</a> continues to be the delicate craft of leather-based master is accountable for,Would you like to meet more friends, or go with the times? If yes, <a href="http://www.coachfactoryoutletao.net" target="_blank">coach factory online</a> is opening welcome doors to you.in the market you definitely can find various colorways that are designed in as well as the high quality that applied in. For most of you would like to come. So just come to our <a href="http://www.coachfactoryoutletao.net" target="_blank">coach factory outlet online</a> store to choose one.
]]>
</description>
</item><item>
<link>http://zyan.cc/post/290/#blogcomment18771</link>
<title><![CDATA[[评论] 初步试用Squid的替代产品──Varnish Cache网站加速器[原创]]]></title> 
<author>louis vuitton sale &lt;fgf@hotmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 17 May 2012 03:03:49 +0000</pubDate> 
<guid>http://zyan.cc/post/290/#blogcomment18771</guid> 
<description>
<![CDATA[ 
	Louis Vuitton belt at <a href="http://www.louisvuittonoutletsalea.com" target="_blank">louis vuitton sale</a> is one kind of fashion accessory with high cost performance among the Louis Vuitton accessories.Offering quality LV products with favorable prices, <a href="http://www.louisvuittonoutletsalea.com" target="_blank">louis vuitton outlet</a> store is at your service. Hurry up, or you can not seize the chance.in fact, <a href="http://www.louisvuittonoutletsalea.com" target="_blank">louis vuitton</a> is one of the most famous fashion design master.he opened the fist suitcase shop called after his name.
]]>
</description>
</item><item>
<link>http://zyan.cc/post/290/#blogcomment18772</link>
<title><![CDATA[[评论] 初步试用Squid的替代产品──Varnish Cache网站加速器[原创]]]></title> 
<author>coach outlet online &lt;fgf@hotmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 17 May 2012 03:03:56 +0000</pubDate> 
<guid>http://zyan.cc/post/290/#blogcomment18772</guid> 
<description>
<![CDATA[ 
	I heard of <a href="http://www.coachoutletonlineao.net" target="_blank">coach outlet online</a> through the advertisement when I was shopping. And now I often brow the webpage and buy Coach bags online.It is a symbol regarding position not to mention nature.Here I would like to launch a excellent bags pertaining to business men.Which may be <a href="http://www.coachoutletonlineao.net" target="_blank">coach outlet store</a>.<a href="http://www.coachoutletonlineao.net" target="_blank">coach outlet</a> has always been simple,durable style features to win consumers.The products are more flexible,with easy bleaching,wear characteristics,and simply use a damp cloth.
]]>
</description>
</item>
</channel>
</rss>