Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Varnish Cache Meltdown Performance (varnish-software.com)
16 points by reza_n on Jan 29, 2018 | hide | past | favorite | 2 comments


One thing I learned when working with Varnish Cache, which I did for a number of years, is that one should interact with the kernel as little as possible.

PHKs obsession with using as few system calls as possible meant we couldn't do stuff like allocate memory when dealing with a connection. Varnish Cache would rather abort and have the operator increase the preallocated memory per worker.

This practice has paid off now and the minimal slowdown shown here is a direct result of that.

Well done.


Much Appreciated!!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: