美文网首页Nginx/Lua推荐算法
当下Nginx技术栈梳理

当下Nginx技术栈梳理

作者: 飞将军 | 来源:发表于2015-01-07 12:49 被阅读323次

    Nginx

    • [ ] Nginx原理
    • 多路复用IO
    • 单线程
    • 基于事件

    核心模块

    • [ ] ngx_http_core
    • [ ] ngx_http_upstream
    • [ ] ngx_http_proxy

    第三方模块

    • [ ] ngx_lua, lua语言
    • [ ] ngx_upload_module
    • [ ] ngx_fastdfs_module
    • [ ] LuaJIT
    • [ ] ArrayVarNginxModule
    • [ ] AuthRequestNginxModule
    • [ ] CoolkitNginxModule
    • [ ] DrizzleNginxModule
    • [ ] EchoNginxModule
    • [ ] EncryptedSessionNginxModule
    • [ ] FormInputNginxModule
    • [ ] HeadersMoreNginxModule
    • [ ] IconvNginxModule
    • [ ] StandardLuaInterpreter
    • [ ] MemcNginxModule
    • [ ] NginxDevelKit
    • [ ] PostgresNginxModule
    • [ ] RdsCsvNginxModule
    • [ ] RdsJsonNginxModule
    • [ ] RedisNginxModule
    • [ ] Redis2NginxModule
    • [ ] SetMiscNginxModule
    • [ ] SrcacheNginxModule
    • [ ] XssNginxModule

    ngx_lua的resty模块:

    • [ ] LuaCjsonLibrary
    • [ ] LuaNginxModule
    • [ ] LuaRdsParserLibrary
    • [ ] LuaRedisParserLibrary
    • [ ] LuaRestyCoreLibrary
    • [ ] LuaRestyDNSLibrary
    • [ ] LuaRestyLockLibrary
    • [ ] LuaRestyLrucacheLibrary
    • [ ] LuaRestyMemcachedLibrary
    • [ ] LuaRestyMySQLLibrary
    • [ ] LuaRestyRedisLibrary
    • [ ] LuaRestyStringLibrary
    • [ ] LuaRestyUploadLibrary
    • [ ] LuaRestyUpstreamHealthcheckLibrary
    • [ ] LuaRestyWebSocketLibrary
    • [ ] LuaUpstreamNginxModule

    相关文章

      网友评论

        本文标题:当下Nginx技术栈梳理

        本文链接:https://www.haomeiwen.com/subject/lpotxttx.html