Per Buer

Per Buer

How Memory Maps (mmap) Deliver 25x Faster File Access in Go

One of the slowest things you can do in an application is making system calls. They're slow because you do have to...

Straight from the Varnish lab: Parallel ESI

We’ve been working on adding parallel ESI in Varnish Plus for the last couple of months. The code is now...

Integrating varnish - how to have varnish ask for advice

The nicest thing about Varnish is VCL. You can define your own business logic in Varnish and have it run at more or...

Stay tuned for persistence in Varnish

Since the launch of Varnish Cache 1.0 - we've been asked about persisting data across restarts in Varnish Cache....

What is hit-for-pass in Varnish Cache?

There is a term in Varnish Cache that every Varnish Cache user should know: “Hit for pass”. Like other Varnish Cache...

Varnish and Microservices: Introducing zipnish

Microservices emerged as a pattern some years ago. Initially it was an even fuzzier and more vague pattern than what it...