quickserver icon indicating copy to clipboard operation
quickserver copied to clipboard

PLEASE VIEW: https://github.com/dualface/gbc-core

Results 4 quickserver issues
Sort by recently updated
recently updated
newest added

错误信息: ``` /opt/quick_server/bin/openresty/luajit/bin/lua: (command line):1: module 'conf.config' not found: no field package.preload['conf.config'] no file './conf/config.lua' no file '/opt/quick_server/bin/openresty/luajit/share/luajit-2.1.0-alpha/conf/config.lua' no file '/usr/local/share/lua/5.1/conf/config.lua' no file '/usr/local/share/lua/5.1/conf/config/init.lua' no file '/opt/quick_server/bin/openresty/luajit/share/lua/5.1/conf/config.lua' no file '/opt/quick_server/bin/openresty/luajit/share/lua/5.1/conf/config/init.lua'...

bug

现在的http的例子都是get模式,最好加一个post的解析

help wanted

希望提供终端log输出的功能。

question

请问一下 是mysql Redis等都是在每次请求进入后 都要从新连接 处理完就释放了吗?(我看的是httpServerApp这部分) 当一次请求进入后 会初始化新的httpServerApp然后找到action和mysql等建立连接处理,最终释放 这个有可能建立几个mysql等的长连接共用吗?

question