博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
OpenResty 技术图谱skill-map
阅读量:6503 次
发布时间:2019-06-24

本文共 1039 字,大约阅读时间需要 3 分钟。

# OpenResty 技术图谱

## basic concepts
- HTTP
- RESTful API & API GateWay
- Microservice
- Domain Specific Language(DSL)
- C10K & C1M
- non-blocking & asynchronous I/O
- event loop
- I/O mutiplexing
- Streaming processing
- coroutine
- Test Driven Development(TDD)

## around tech stack

- MySQL
- Redis
- Kafka
- Docker
- KONG
- regex

## testing

- TDD & Unit Testing
- Test::Nginx
- curl & ab & wrk

## debugging

- debugging log
- core dump
- flame graph
- on-CPU & off-CPU
- nginx-systemtap-toolkit
- stapxx
- nginx-gdb-utils

## caching

- ngx.shared.DICT
- lua-resty-lrucache
- dog-pile effect
- lua-resty-lock
- lua-resty-shcache
- ngx_srcache

## NGINX

- log
- static file
- load balancer
- proxy
- phase
- tuning for performance
- if is evil

## LuaJIT

- Standard Lua
- JIT(Just-In-Time Compiler)
- NYI (Not Yet Implemented)
- ffi.\* API
- jit.\* Library

## ngx\_lua

- directives
- Nginx API for Lua(ngx.\*,tcpsock.\*,coroutine.\*)
- resty-core
- semaphore
- balancer\_by\_lua
- ssl\_certificate\_by\_lua
- cosocket TCP/UDP
- hot load lua code

转载地址:http://wvmyo.baihongyu.com/

你可能感兴趣的文章
Sharepoint 2013 左右"SPChange"一个简短的引论
查看>>
DOM Document节点类型详解
查看>>
LoadRunner之自定义HTTP请求
查看>>
export Jar from eclipse (总结)
查看>>
python 读写配置文件
查看>>
AngularJS 1.x系列:AngularJS服务-Service、Factory、Provider、Value及Constant(5)
查看>>
cURL使用说明
查看>>
《自信力~成为更好的自己》晨读笔记
查看>>
在resin配置參数实现JConsole远程监控JVM
查看>>
使用Java语言开发微信公众平台(八)——自定义菜单功能
查看>>
IE6下position:fixed不支持问题及其解决方式
查看>>
操作系统学习(一)--概述启动过程
查看>>
zuul入门(4)zuul的注解@EnableZuulServer和@EnableZuulProxy
查看>>
怎样实现给DEDE的栏目增加栏目图片(2)
查看>>
c++------------提取文件中的信息
查看>>
Javascript书籍推荐----(步步为赢)
查看>>
python连接sql server数据库
查看>>
EventFiringWebDriver网页事件监听(一)
查看>>
使用Anaconda搭建TensorFlow-GPU环境
查看>>
【Unity笔记】获得鼠标点击屏幕的位置,并转成世界坐标
查看>>