Filter.so provides direct access to BloomFilter structure of BrandMeister Core. In this case the library allows to check probable presence of connection context at BrandMeister Core without making an IPC call. Filter makes IPC call at connection time only. The library can be used with any software via C API or Lua API (requires at least Lua 5.1 or LuaJIT 2.1).
void* CreateContextFilter(int network, int interval); void ReleaseContextFilter(void* filter); int CheckContextFilter(void* filter, int type, int number);
Router.so provides functionality to pass routes list directly via shared memory. Router.so is a pure Lua module (requires at least Lua 5.1) and can be used with any software.
Access.so if a provider module to make direct access via shared memory to the data required by getStoredValue / setStoredValue. Access.so is a pure Tarantool module (requires at least Tarantool 1.10).
Filter.so provides direct access to BloomFilter structure of BrandMeister Core. In this case the library allows to check probable presence of connection context at BrandMeister Core without making an IPC call. Filter makes IPC call at connection time only. The library can be used with any software via C API or Lua API (requires at least Lua 5.1 or LuaJIT 2.1).
void* CreateContextFilter(int network, int interval); void ReleaseContextFilter(void* filter); int CheckContextFilter(void* filter, int type, int number);
Router.so provides functionality to pass routes list directly via shared memory. Router.so is a pure Lua module (requires at least Lua 5.1) and can be used with any software.
Access.so if a provider module to make direct access via shared memory to the data required by getStoredValue / setStoredValue. Access.so is a pure Tarantool module (requires at least Tarantool 1.10).