Hi Jon, [email protected] said: > Pieter Hintjens wrote: > > On Mon, Apr 12, 2010 at 2:06 PM, Martin Lucina <[email protected]> wrote: > > > > It would be very simple IMO to make a RestMS-to-0MQ bridge if we have > > a 0MQ plugin for a webserver like nginx. > > > > > Pieter > I asked on the list about plugging into Nginx which seems like a really > good idea > but unfortunately at the moment it does not seem easily possible > > http://lists.zeromq.org/pipermail/zeromq-dev/2010-March/002748.html
Yes, I saw this post. AFAICT from reading http://www.evanmiller.org/nginx-modules-guide.html, with the introduction of multi-part messages in 0MQ it should be possible to implement this as an entirely asynchronous "Upstream Handler" in nginx. I am going to be looking at this over the next few days and will publish something as soon as I have a proof of concept working. The goal would be to end up with something like FastCGI over 0MQ. -mato _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
