Slide 37
Slide 37 text
Varnish in a
nutshell
●
At start-up, Varnish allocates a big, empty chunk of
memory
●
Within that space, Varnish maintains a workspace with
pointers to cached objects, headers, etc
●
Varnish prioritizes worker threads by most recently used
●
These factors combine to reduce overall memory ops
●
Less memory ops = less I/O ops = MAXIMUM FASTNESS