<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><br><blockquote type="cite"><div bgcolor="#ffffff" text="#000000"><font size="-1"><font face="Verdana">
        
        An unrelated question springs to my mind, which fortunately
        doesn't happen to be my use case: how would varnish handle a
        COMET scenario with tens of thousands of active connections,
        i.e. as a proxy for Jetty or Tomcat6 ?<br></font></font></div></blockquote><div><br></div><div>We're using Varnish to do load balancing across Meteor servers.  Clients connect to <a href="http://data-lb.example.com">http://data-lb.example.com</a>, which is Varnish.  This then looks up which Meteor servers are active (using conventional varnish backend health polling), and then tells the client which one to bind to.  It works well.</div><div><br></div><div>Rob</div></div></body></html>