zoukankan      html  css  js  c++  java
  • xgqfrms™, xgqfrms® : xgqfrms's offical website of GitHub!

    1

    1

    1

    Varnish

    https://www.varnish-cache.org/intro/index.html#intro

    Introduction to Varnish

    The basics

    Varnish Cache is a web application accelerator also known as a caching HTTP reverse proxy. You install it in front of any server that speaks HTTP and configure it to cache the contents. Varnish Cache is really, really fast. It typically speeds up delivery with a factor of 300 - 1000x, depending on your architecture. A high level overview of what Varnish does can be seen in this video.

    Performance

    Varnish performs really, really well. It is usually bound by the speed of the network, effectively turning performance into a non-issue. We’ve seen Varnish delivering 20 Gbps on regular off-the-shelf hardware.

    Flexibility

    One of the key features of Varnish Cache, in addition to its performance, is the flexibility of its configuration language, VCL. VCL enables you to write policies on how incoming requests should be handled. In such a policy you can decide what content you want to serve, from where you want to get the content and how the request or response should be altered. And, you canextend Varnish with modules (VMODs). You can read more about this in our tutorial.

    Further reading

    There is a good article describing Varnish Cache on Wikipedia.

    Licence and origin

    Varnish is free software licensed under a two-clause BSD licence, also known as the FreeBSD licence. The project was initiated in 2005. Varnish Cache 1.0 was released in september 2006.

    The name “Varnish”

    The name Varnish comes from when the instigator of Varnish spent a long time staring at an art-poster with the word “Vernisage” and ended up checking it in a dictionary, which gives the following three meanings of the word:

    r.v. var·nished, var·nish·ing, var·nish·es

    1. To cover with varnish.
    2. To give a smooth and glossy finish to.
    3. To give a deceptively attractive appearance to; gloss over.

    To get in touch with the people operating this website please send an email to phk@ orruben@varni.sh.

    About this website

    This site is statically generated. Powered by Sphinx running on Apache httpd on top of FreeBSD. It flies thanks to Varnish Cache. :-)

    1

    1

    1

    1

    1

    1

    1

    1

    1

    1

    1

  • 相关阅读:
    Lua中..和#运算符的用法
    C语言之linux内核实现平方根计算算法
    Xcode中git的用法介绍与"Please tell me who you are"问题的解决方式
    公钥加密算法究竟什么鬼
    Mesos, Marathon, Docker 平台部署记录
    查找olr备份路径
    OpenCV矩阵运算
    改动Centosserver主机名称
    HDU 1114
    C++虚函数表剖析
  • 原文地址:https://www.cnblogs.com/xgqfrms/p/5738212.html
Copyright © 2011-2022 走看看