文件名称:nginx-lmdb-queue:nginx模块将数据写入lmdb队列
文件大小:112KB
文件格式:ZIP
更新时间:2024-06-02 16:15:13
C++
nginx-lmdb队列 nginx模块将数据写入lmdb队列 如何建立 # In nginx source path, execute: ./configure --add-module=/path/to/nginx-lmdb-queue # Nginx configure doesn't configure CXXFLAGS, so we have to this: mv objs/Makefile objs/Makefile.old ; sed ' s/\t\t\(nginx-lmdb-queue\/src\/.*\.cc\)/\t\t-std=c++11 \1/ ' objs/Makefile.old > objs/Makefile make -j 指令 Declare a queue: Syntax: lmdb_queue 'queue_path'; Context: http
【文件预览】:
nginx-lmdb-queue-master
----.gitignore(242B)
----deps()
--------lmdb()
----README.md(880B)
----LICENSE(1KB)
----src()
--------topic.h(961B)
--------topic.cc(5KB)
--------producer.h(2KB)
--------producer.cc(6KB)
--------env.cc(1KB)
--------env.h(2KB)
--------wrapper.h(2KB)
--------ngx_http_lmdb_queue_module.cc(9KB)
----config(466B)