Re: Nginx Logging to Zeromq Module - Sparkngin

2013-12-10 Thread W-Mark Kubacki
2013/12/10 MAGNIEN, Thierry thierry.magn...@sfr.com: I don't know much about Zeromq performance, but we pushed redis to about 300k commands per second on our production servers (8 cores), and benchmarks on better hardware (24 cores) show it could handle close to 500k/s. ØMQ should come

Re: Nginx Logging to Zeromq Module - Sparkngin

2013-12-10 Thread Piotr Sikora
Hey Steve, You've worked on something similar in the past what's your opinion on the performance of a zeromq module vs redis? That's rather strange question. ZeroMQ is transport layer, Redis is datastore... That's like asking what's faster: TCP or PostgreSQL? ;) Having said that, if Redis

Re: Nginx Logging to Zeromq Module - Sparkngin

2013-12-03 Thread W-Mark Kubacki
2013/11/16 Steve Morin st...@stevemorin.com: Does anyone have experience integrating zeromq with Nginx. I am looking for some pointers, to see what concerns I should look out for. I am trying to contribute this code to a open source project. -Steve This seems to me being a good template for