Re: Nginx + asynchronous ZeroMQ backend

2014-01-20 Thread Kip Coul
Thanks On Sun, Jan 19, 2014 at 11:14 PM, Steve Morin wrote: > Kip, > What application are you using it for? > -Steve > > > On Fri, Jan 17, 2014 at 1:31 PM, Kip Coul wrote: >> >> Great, thanks! >> What features is it missing? >> >> Cheers >>

Re: Nginx + asynchronous ZeroMQ backend

2014-01-17 Thread Kip Coul
Great, thanks! What features is it missing? Cheers On Friday, January 17, 2014, Piotr Sikora wrote: > Hey, > it's not really feature-complete, but take a look at: > https://github.com/FRiCKLE/ngx_zeromq > > Best regards, > Piotr Sikora > > ___ > nginx

Nginx + asynchronous ZeroMQ backend

2014-01-17 Thread Kip Coul
Hello everyone! I am currently trying to write a massively concurrent web application using Nginx and a message-based approach. Basically, what I intend to do is the following: - let Nginx receive the HTTP request, parse it and extract info - pass this info to a Message queue - let a backend