<div dir="ltr"><div class="gmail_default" style="font-size:large">I've been using AuthREST for a while to talk to a slowish HTTP backend.  (Before that, we used AuthURL and a worker farm.)</div><div class="gmail_default" style="font-size:large"><br></div><div class="gmail_default" style="font-size:large">We run our Radiator instances in containers, mostly on a single host.</div><div class="gmail_default" style="font-size:large"><br></div><div class="gmail_default" style="font-size:large">What we've witnessed is that, over time, the http connections become "stale", for lack of a better term.  They start preventing any outbound traffic, almost as if they're not recycled.  I can eliminate some of this by going to 1 Connection, and it wasn't until today that I realized we could go to 0.</div><div class="gmail_default" style="font-size:large"><br></div><div class="gmail_default" style="font-size:large">But mostly I'm wondering if others have seen this, if there are system settings that accommodate this better, etc. </div><div class="gmail_default" style="font-size:large"><br></div><div class="gmail_default" style="font-size:large">Greg</div></div>