书栈网 · BookStack 本次搜索耗时 0.019 秒,为您找到 1005 个相关结果.
  • 缓存

    缓存 缓存的原则 OpenResty 的缓存 使用 Lua shared dict 使用 Lua LRU cache 如何选择? 缓存 缓存的原则 缓存是一个大型系统中非常重要的一个组成部分。在硬件层面,大部分的计算机硬件都会用缓存来提高速度,比如 CPU 会有多级缓存、RAID 卡也有读写缓存。在软件层面,我们用的数据库就是一个缓...
  • Environment Variables

    Kong Gateway Environment Variables Environment variables More Information Kong Gateway Environment Variables Environment variables Kong Gateway can be fully configured with e...
  • 环境搭建

    环境搭建 环境搭建 实践的前提是搭建环境,本节的几个小节将介绍 OpenResty 在几种常见操作平台上 的安装。 为了降低用户安装门槛,对于不同系统上的安装,部分章节内容存在比较大的重复。读者只需选择适合自己的平台并尝试安装即可。
  • shared.dict 非队列性质

    ngx.shared.DICT 非队列性质 非队列性质 问题解决 ngx.shared.DICT 非队列性质 执行阶段和主要函数请参考 HttpLuaModule#ngx.shared.DICT 非队列性质 ngx.shared.DICT 是采用 红黑树 实现的,当申请的缓存空间被用完后,如果又有新数据需要存储,则采用 LRU 算法...
  • Installation

    Installation Installing APISIX Installation via RPM repository tip Installation via RPM offline package Managing APISIX server tip Installation via DEB repository Managing ...
  • Debug Function

    Debug Function 5xx response status code How to identify the source of the 5xx response status code Example Debug Function 5xx response status code Similar 5xx status cod...
  • Debug Function

    Debug Function 5xx response status code How to identify the source of the 5xx response status code Example Debug Function 5xx response status code Similar 5xx status cod...
  • Debug Function

    Debug Function 5xx response status code How to identify the source of the 5xx response status code Example note Debug Function 5xx response status code Similar 5xx stat...
  • Deployment modes

    Deployment modes Traditional Decoupled tip Standalone Deployment modes APISIX has three different deployment modes for different production use cases. The table below summar...
  • 调试功能

    调试功能 5xx 响应状态码 如何识别 5xx 响应状态码的来源 示例 调试功能 5xx 响应状态码 500、502、503 等类似的 5xx 状态码,是由于服务器错误而响应的状态码,当一个请求出现 5xx 状态码时;它可能来源于 APISIX 或 Upstream 。如何识别这些响应状态码的来源,是一件很有意义的事,它能够快速的...