Open miketang84 opened 12 years ago
hi, could lev cooperate with libzmq?
My meaning is: if I wrote
function (c, req, res) ch = zmq.init(1) ch:send(msg) .... ch:recv() -- this is a blocked call end
as the callback of web.createServer(),
will this callback block the whole lev process?
Thank you
can lev import dvv's luvit-zmq?
hi, could lev cooperate with libzmq?
My meaning is: if I wrote
function (c, req, res) ch = zmq.init(1) ch:send(msg) .... ch:recv() -- this is a blocked call end
as the callback of web.createServer(),
will this callback block the whole lev process?
Thank you