Is there any good documentation out there on how to write inline C for varnish ?<br><br><div class="gmail_quote">On Tue, Apr 5, 2011 at 10:49 AM, Ronan Mullally <span dir="ltr"><<a href="mailto:ronan@iol.ie">ronan@iol.ie</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi Sam,<br>
<br>
On Tue, 5 Apr 2011, Sam Crawford wrote:<br>
<br>
> I suspect you are right - Apache may be discarding the connection as you<br>
> are sending the POST request, resulting in the 503. Incidentally, what<br>
> are your Apache keep-alive settings? If I remember rightly, there is a<br>
> KeepAliveTimeout (which it sounds like you've been using) and also a<br>
> KeepAlive parameter (which controls the maximum number of requests on<br>
> one TCP connection, irrespective of timeouts).<br>
<br>
I've got the number of requests per session set high (thousands).  The<br>
number of actual back-end requests is modest (10-20 per back-end per<br>
second at most) so it won't hit that limit often.<br>
<br>
> 1) If you disable keepalives completely at Apache, does the problem<br>
> disappear?<br>
<br>
Not entirely.  I did this eariler in the process but still saw occurances<br>
(not as many as I saw with the Apache Keepalive timeout = 1, but not<br>
significantly fewer than when it was = 5 either).<br>
<br>
I've disabled keepalives again and will run with it that way overnight, so<br>
far it looks like more of the same - I've seen one occurance in about 2000<br>
POSTs.<br>
<br>
<br>
-Ronan<br>
<br>
_______________________________________________<br>
varnish-misc mailing list<br>
<a href="mailto:varnish-misc@varnish-cache.org">varnish-misc@varnish-cache.org</a><br>
<a href="http://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc" target="_blank">http://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc</a><br>
</blockquote></div><br>