Is it possible to run more than one Lua file at the same time with tshark? Can you provide an example? asked 04 Sep '12, 02:12 Leena edited 04 Sep '12, 21:46 helloworld |
One Answer:
No, the Lua interpreter cannot run multiple Lua scripts simultaneously as it's single-threaded. (If you explain your end goal, perhaps we can offer a better solution.) answered 04 Sep '12, 21:44 helloworld |
I assume you mistakenly tagged this question with
luainterface
(i.e., LuaInterface), which is a Lua bridge to .NET, allowing one to instantiate CLR objects and use them in Lua.