Also we need to be careful in these use cases as well since the thread can be blocked by the usage of the resource if we are not careful. And perfomrnace will be affected.
Thanks. Kit On Fri, Dec 5, 2014 at 10:14 AM, Shu Kit Chan <chanshu...@gmail.com> wrote: > I tried LuaSocket and redis-lua and I was able to define the > client/resources globally and use it inside the hooks. > But if you encounter any strange things, please feel free to answer us > questions here. > > Also I have filed TS-3224 and TS-3225 for the fix and enhancement I am > planning to commit soon. > > Thanks. > > Kit > > On Fri, Dec 5, 2014 at 4:02 AM, Luca Rea <luca....@contactlab.com> wrote: > >> Hi, >> I mean tcp sockets for external resources such as messaging systems >> (hornetq), db (redis) or others, the can be initiated, shared, controlled >> and used directly by lua. >> > >