connectFree / lev

Levitate your app with Lev!
Apache License 2.0
101 stars 9 forks source link

hi, could lev cooperate with libzmq? #102

Open miketang84 opened 12 years ago

miketang84 commented 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

miketang84 commented 12 years ago

can lev import dvv's luvit-zmq?