Vas Soshnikov
Vas Soshnikov
Hello, We are using this module on production, and found that if no shared memory segments used, then this modules does not response well: i.e. returns "empty body error", and...
Lua bindings
Issue: #392 Also, when this PR is approved, I'll post some information about this event in lua, luajit, tarantool mailings.
Community suggests add new directive/feature which allow communicate with Tarantool with raw MSGPack. For instance, NginX waits for http header, the application/x-msgpack, and if it matches, then nginx sends raw...
Default should be application/json, and user may wish to rewritten it via nginx.conf by using nginx's add_header etc (default nginx features for rewriting HTTP headers). Also this should be documented...
Yajl use malloc/realloc/free it adds memory fragmentation. This behavior could be avoided by using Nginx alocator functions inside Yajl.