In message <[email protected]>, "Thimo E." writes: >Dear all, > >first of all, varnish is a really nice software! But... :) >...At the moment I have some problems with varnish and its backend >connection(s). > >[..] > >Some time later (at least 5 minutes !) the last entry "CLOSE_WAIT" >disappears but the "FIN_WAIT2" persists, so the webserver still has a >semi-open socket:
This is actually per design, varnish keeps backend connections around if they look like they can be reused, and only revisits them when it tries to reuse them, so they may linger for quite a while before varnish discovers they have been closed by the backend. Apart from the socket hanging around, it is harmless. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [email protected] | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. _______________________________________________ varnish-misc mailing list [email protected] http://projects.linpro.no/mailman/listinfo/varnish-misc
