<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Dag-Erling Smørgrav wrote:
<blockquote cite="midujrve43x39o.fsf@login.linpro.no" type="cite">
  <pre wrap="">Shiraz Kanga <a class="moz-txt-link-rfc2396E" href="mailto:skanga@gmail.com"><skanga@gmail.com></a> writes:
  </pre>
  <blockquote type="cite">
    <pre wrap="">In order to support these VCL will need access to various statistics like
* Number of active requests per server
* Number of requests per second per server
* Avg response time per server
* Bandwidth per server

Are these stats available in the VCL environment?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Not presently, and our current take on backend load balancing is that
it is best done in C, probably with pluggable algorithms (or directors
as they are called in the code).

DES
  </pre>
</blockquote>
Thanks for your reply. Would you mind explaining why load balancing is
"best done in C" especially since VCL should have the same performance
as C as it goes through the C compiler.<br>
<br>
shiraz<br>
</body>
</html>