lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


2011/4/11 Robert G. Jakabosky <bobby@sharedrealm.com>:
> On Sunday 10, Benoit Germain wrote:
>
> I ported the latency & throughput benchmarks from lua-zmq to the Lanes
> interface (see the two attached lua scripts).  I wasn't able to get Lanes to
> work on LuaJIT2 even when using unparsed Lua code for the thread function.
>

Yeah I know. I said that unparsed code was a step towards LuaJIT
compatibility. But it happens that part of Lanes code makes use of a
lane to implement a timer functionality, and this hasn't been changed
to generate the lane from unparsed code. The easiest solution for me
would be to disable timer in LuaJIT but I haven't gotten around to do
it yet.



-- 
Benoit.