HTTP加速器 Varnish Cache 3.0.2 发布
fmms 13年前
<p><img title="HTTP加速器 Varnish Cache 3.0.2 发布" border="0" alt="HTTP加速器 Varnish Cache 3.0.2 发布" src="https://simg.open-open.com/show/a00dc11c118c870fbddbfedf9c6c5a7b.gif" width="235" height="64" /></p> <p>Varnish是一款高性能的开源HTTP加速器,挪威最大的在线报纸 Verdens Gang (<a title="Varnish" href="/misc/goto?guid=4958196057674825653" target="_blank">http://www.vg.no</a>) 使用3台Varnish代替了原来的12台squid,性能居然比以前更好。<br /> <br /> Varnish 的作者Poul-Henning Kamp是FreeBSD的内核开发者之一,他认为现在的计算机比起1975年已经复杂许多。在1975年时,储存媒介只有两种:内存与硬盘。但现在计算 机系统的内存除了主存外,还包括了cpu内的L1、L2,甚至有L3快取。硬盘上也有自己的快取装置,因此squid cache自行处理物件替换的架构不可能得知这些情况而做到最佳化,但操作系统可以得知这些情况,所以这部份的工作应该交给操作系统处理,这就是 Varnish cache设计架构。</p> <p></p> <p>Varnish Cache 3.0.2 发布了,下载地址:</p> <ul> <li><a href="/misc/goto?guid=4958196058428089606">Source</a></li> <li><a href="/misc/goto?guid=4958188333788331835">Debian</a></li> <li><a href="/misc/goto?guid=4958188334533949255">FreeBSD</a></li> <li><a href="/misc/goto?guid=4958188335270509801">Red Hat Enterprise Linux 5</a></li> <li><a href="/misc/goto?guid=4958188335998302052">Ubuntu</a></li> </ul> <p>改进内容:</p> <ul> <li>A crasher bug when requests were queued and the backend sent a response with <code>Vary</code> has been fixed</li> <li>A crash when a too large synthetic response was produced has been fixed.</li> <li>The ban lurker now properly sleeps the 1 second it is supposed to</li> <li>Varnish now releases disk space properly if no -s argument is provided, and the default cache size is now 100MB instead of 50% of the available disk space</li> </ul>