Hi all. I m trying to use KEMI with lua and want to make call http client
lua module (external). I want to ask: is it will block kamailio event loop
(or somethig like it in kamailio)?
For more understanding what im talking about i will provide example with
openresty (nginx + lua)
It uses nginx cosockets and if i will use not cosockets based module in
openresty it will block nginx eventloop because of using network operations
in nginx worker context.