Friday 26 February 2016

Should I be using something like ZMQ or just 'request'?

I'm fairly new to the world of ZMQ and still am unsure if it would be the correct solution for what I'm trying to accomplish:Client requests data from server A which needs to get data from server B, where server B could someday be made up of more than one server, but for the near-term won't be.The data that's coming back could be quite a lot of data from server B, so I'm not sure if this would end up being an issue with 'request' and node performance. Thoughts? Ideas?Thanks!

Submitted February 26, 2016 at 01:08PM by Seus2k11

No comments:

Post a Comment