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

  • 相关阅读:
    vsftpd不支持目录软链接的解决办法
    SVN添加忽略目录
    Mysql 默认编码问题
    php-fpm 信号
    基于MAVEN使用IDEA创建dubbo入门项目图文教程
    taotao商城遇到的问题
    git push后出错
    Mybatis逆向工程自动生成代码(Ubuntu18.04-idea环境)
    git add.后回退 代码丢失
    对象的共享
  • 原文地址:https://www.cnblogs.com/xgqfrms/p/5738212.html
Copyright © 2011-2022 走看看