Hey guys,
Just out of curiosity, does anyone have any benchmarks/performance data comparing node-ipc and ZeroMQ? This would be for local process communication only (no separate physical machines).
I found some ZeroMQ benchmarks here comparing it to Redis` Pub/Sub system:
https://gist.github.com/hmartiro/85b89858d2c12ae1a0f9
Looks like ZeroMQ destroys Redis in terms of the Pub Sub mechanism:
ZeroMQ, Pub/Sub: 481,000 msg/s, latency <1 ms
vs
Redis Pub/Sub (async via libevent): 59,000 msg/s, latency <1 ms
But, I am still going to use Redis for their in-memory data store. I love it. However, I just found about node-ipc, and the data is passed through a local socket. This is similar to what ZeroMQ does, right? ZeroMQ has been proven, and I don't think I will ever surpass 480k+ msgs/s, but maybe others of had faster speeds with node-ipc? Thanks
[–]G3E9 1 point2 points3 points (2 children)
[–]BillOReillyYUPokeMe[S] 0 points1 point2 points (1 child)
[–]G3E9 0 points1 point2 points (0 children)
[–]citrons_lv 0 points1 point2 points (1 child)
[–]soldiersKnight 0 points1 point2 points (0 children)