Mike Tang
Mike Tang
Future roadmap? I think we can make up a page for it.
Maybe we can use DHT to solve this problem, pg integrated here seems too heavy to this kind of network application, if we can merge 'cloud' and 'node' into each...
Support! On Mon, Nov 5, 2012 at 3:49 AM, antonh [email protected] wrote: > Thank you! I'm glad and relieved that you're still working on the project. > To the best...
hi, I modify my code as your example, but the performance is not better much more. some suggestions more? thank you. On Mon, Oct 15, 2012 at 10:14 PM, Vladimir...
can this problem be checked?
OK, I know, hopeful! On Fri, Oct 19, 2012 at 4:21 PM, Vladimir Dronnikov < [email protected]> wrote: > i believe @richardhundt https://github.com/richardhundt is in the > middle of major refactor,...
hi, I paste here, 1. local luv = require('luv') local zmq = luv.zmq.create(2) local cons = luv.fiber.create(function() local sub = zmq:socket(luv.zmq.PULL) sub:connect('tcp://127.0.0.1:1234') local pub = zmq:socket(luv.zmq.PUB) pub:bind('tcp://127.0.0.1:12315') --local pub =...
https://github.com/brimworks/lua-http-parser maybe this is useful. On Wed, Oct 10, 2012 at 6:14 PM, Vladimir Dronnikov < [email protected]> wrote: > i believe the parser should: > parse url with internal http_parser...
Hi, let me read some aritcles for ngx_lua, but I don't understand how to integrate ngx_lua with zeromq, let me see. On Sat, Jun 30, 2012 at 11:03 AM, Simon...
hi, simon, are you the maintainer of ngx_lua? On Sat, Jun 30, 2012 at 11:03 AM, Simon < [email protected] > wrote: > > There are not any MVC frameworks now....