Very early in the project, we made a fortunate bargain on eBay, buying up a batch of 676 three letter acronyms, all starting with ‘V’.
This page tells you what we use them for, if & when we remember to add them…
Varnish Arg Vector – Argv parsing.
Varnish Back End – Code for contacting backends (bin/varnishd/cache_backend.c)
Varnish Backend Polling – Health checks of backends (bin/varnishd/cache_backend_poll.c)
Varnish Connection Acceptor – The code that receives/accepts the TCP connections (bin/varnishd/cache_acceptor.c)
VCL to C Compiler – The code that compiles VCL to C code. (lib/libvcl)
Varnish CatFlap
Varnish Configuration Language – The domain-specific programming language used for configuring a varnishd.
Varnish CType(3) – Character classification for RFC2616 and XML parsing.
Varnish (Core) Developer Day – Quarterly invite-only meeting strictly for Varnish core (C) developers, packagers and VMOD hackers.
Varnish ENCoding – base64 functions
Varnish ENDianess – functions to marshall data in specified endianess
Varnish EVent – library functions to implement a simple event-dispatcher.
Varnish Governing Board – May or may not exist. If you need to ask, you are not on it.
Varnish Generated Code – Code generated by VCC from VCL.
Varnish Instance Naming – Resolution of -n arguments.
Varnish Line Up – library functions to collect stream of bytes into lines for processing. (lib/libvarnish/vlu.c)
VCC Private Interface – functions in varnishd which only VCC is allowed to call.
Varnish Regular Expression – library functions for regular expression based matching and substring replacement. (lib/libvarnish/vre.c)
Varnish Run Time – functions called from compiled code. (bin/varnishd/cache_vrt.c)
VaRY – Related to processing of Vary: HTTP headers. (bin/varnishd/cache_vary.c)
Varnish Shared memory Log – The log written into the shared memory segment for varnish{log,ncsa,top,hist} to see.
Varnish string Buffer – a copy of the FreeBSD “sbuf” library, for safe string handling.
Varnish Statistics Counter – counters for various stats, exposed via varnishapi.
Varnish Session Stuff – library functions to wrap DNS/TCP. (lib/libvarnish/vss.c)
Varnish Test Code – a test-specification for the varnishtest program.
Varnish Turbo Encabulator
Varnish Three Letter Acronym – No rule without an exception.
Varnish User Group meeting – Half-yearly event where the users and developers of Varnish Cache gather to share experiences and plan future development.
Varnish Waiter ‘x’ – A code module to monitor idle sessions.
Varnish Waiter Epoll – epoll(2) (linux) based waiter module.
Varnish Waiter Kqueue – kqueue(2) (freebsd) based waiter module.
Varnish Waiter Poll – poll(2) based waiter module.
Varnish Waiter Solaris – Solaris ports(2) based waiter module.
This document is licensed under the same licence as Varnish itself. See LICENCE for details.
Copyright © 2006 Verdens Gang AS
Copyright © 2006–2020 Varnish Software AS
Licensed under the BSD-2-Clause License.
https://varnish-cache.org/docs/6.5/reference/vtla.html