----- Original Message ----- > Hi Håvard, Thomas, > > > On Tue, Dec 21, 2010 at 11:46 AM, Håvard Futsæter < [email protected] > > wrote: > > > I have been wondering about the same thing. Anyone who can help? > > > > > ----- Original Message ----- > > Hi all, > > > > documentation is a bit terse about the max_connection parameter for > > backend declarations. > > I can't seem to find anything about what exactly is going to happen > > at > > the frontend side when concurrent backend connections are maxed out. > > > > My guess is that the client will either receive a 503 error or a > > stale > > object will be served, depending on the grace time. > > > > Am I right or wrong? > > > > > You get an error. You could handle it in vcl_error if you'd like to. > If you're using saint mode a stale object might be served.
Thanks! > > Per. > > > Top-quoting is, uhm, not good. Agreed, my bad. > -- > Per Buer, Varnish Software > Phone: +47 21 98 92 61 / Mobile: +47 958 39 117 / Skype: per.buer > Varnish makes websites fly! > Want to learn more about Varnish? > http://www.varnish-software.com/whitepapers > > > _______________________________________________ > varnish-misc mailing list > [email protected] > http://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc -- ------ Mvh, Håvard Futsæter Telefon: +47 22 96 32 69 _______________________________________________ varnish-misc mailing list [email protected] http://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
