Tag: APISIX
All the articles with the tag "APISIX".
OpenResty 学习笔记(7) - 性能优化和编码指南
Published: at 06:12 AM介绍了 OpenResty 的常见性能优化技巧(替换阻塞函数,绕过磁盘 I/O,table 优化,字符串优化,处理缓存风暴、突发流量, 限流器的使用),并梳理了一份 OpenResty 的编码指南
OpenResty 学习笔记(6) - 测试工具
Published: at 09:32 AM介绍了 OpenResty 专用测试工具 test::nginx 的常见使用方式, 学习了如何对 OpenResty 项目进行性能测试,如何分析测试结果。
OpenResty 学习笔记(5) - shared dict、cosocket、特权进程
Published: at 07:01 AM本文介绍了 OpenResty 中的几个重要概念和库: - worker 间共享内存工具 shared dict; - 高性能非阻塞连接外部服务库 cosocket ; - 特权进程和定时任务; 并通过实现一个 Memcached Server 来应用和巩固