Openresty可以选择指定LuaJIT的路径。 NGXIN / Lua模块为每个请求使用协同例程。但是,Tarantool使用Fibers instead of Co-routines。
这是否意味着你必须创建一个使用Tarantool纤维的自定义lua-nginx-module?
或者还有其他原因导致为了小型应用程序(即没有多机器设置),Tarantool不应该嵌入Openresty / NGINX内部吗?
答案 0 :(得分:0)
使用Tarantool和nginx的选项很少。
第一个是使用Tarantool nginx模块:https://github.com/tarantool/nginx_upstream_module
第二个是使用resty lib:https://github.com/perusio/lua-resty-tarantool
目前没有办法直接在nginx中使用Tarantool。