<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.E-mailStijl17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=NL link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><span lang=EN-US>Because there is no other real place to do
this, im going to rubbish this maillist.<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p>

<p class=MsoNormal><span lang=EN-US>I would like to thank everybody who is involved
in the development of varnish.<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US>It’s a super product and its
performance is outstanding (especially if your used to squid).<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US>First time we struggled some bid with the
config, but it sure is flexible and highly customizable.<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p>

<p class=MsoNormal><span lang=EN-US>We are currently doing a 5000 connections
per second on a regular day (regular static images), and 500 connections per
second for big photo’s (1280x1024). Both servers are in a seperate server
daemon on the same physical host.<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p>

<p class=MsoNormal><span lang=EN-US>Before this setup we used 2 physical
lighthttpd servers to serve all the images, but on the most busiest hours it
was a bit laggy and load times varied from 200ms to 5s a images. Most likely
this is due the fact there are some problems about threading in lighthttpd (it
only uses 1 thread).<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p>

<p class=MsoNormal><span lang=EN-US>With our new varnish setup we have 2
physical servers serving cache miss images and a varnish server who caches it.
We choose for 2 backend servers for the redundancy we could let 1 server serve
all images. In the near future we will go to more varnish servers to add redundancy
and maybe we are going to make a CDN with it.<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p>

<p class=MsoNormal><span lang=EN-US>Varnish server:<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US>Intel XEON 3.2GHZ<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US>4GB Memory<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p>

<p class=MsoNormal><span lang=EN-US>CPU Load:<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US>Cpu0  :  2.1% us,  1.1%
sy,  0.0% ni, 96.3% id,  0.4% wa,  0.0% hi,  0.0% si<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US>Cpu1  :  0.5% us,  0.4%
sy,  0.0% ni, 98.6% id,  0.5% wa,  0.0% hi,  0.0% si<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US>Cpu2  :  2.8% us,  0.9%
sy,  0.0% ni, 96.2% id,  0.1% wa,  0.0% hi,  0.0% si<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US>Cpu3  :  0.3% us,  0.2%
sy,  0.0% ni, 99.1% id,  0.3% wa,  0.0% hi,  0.0% si<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p>

<p class=MsoNormal><span lang=EN-US>Maybe I could install boinc on it, so it
can crunch some cpu to find ET :p…<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p>

<p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p>

<p class=MsoNormal><span lang=EN-US>Keep up the development.<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US>But watch out you aren’t making a
huge loggy squid from it, with features nobody is using ;).<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p>

<p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p>

<p class=MsoNormal><span lang=EN-US>My customer prefers to stay anonymous. <o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US>But I can say he’s in top 500 of
alexa world ranking.<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p>

<p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p>

<p class=MsoNormal><span lang=EN-US>Regards,<o:p></o:p></span></p>

<p class=MsoNormal><span lang=EN-US>Henry<o:p></o:p></span></p>

</div>

</body>

</html>