In message <[EMAIL PROTECTED]>, James Quacinella writes: >Hello everyone, > >I was curious about the output of vcl.list, specifically as to what the >numbers meant, since I don't think its documented in the man page.
It is the reference count of the compile vcl code: how many threads have a hold on that vcl right now. >varnishadm -T x.x.x.x:8080 vcl.list >* 1 boot > 1 config > 0 static > 0 static_and_dynamic >varnishadm -T x.x.x.x:8080 vcl.discard config > >Which returns an error. Any idea why that one config was still 'busy'? A client request still hanging in there would be my guess. -- 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
