Client maintenance in ZMQ ROUTER

后端 未结 1 1683
悲哀的现实
悲哀的现实 2021-01-24 22:25

How does ZeroMQ ROUTER socket maintain its client connections internally.

The guide says each client gets a unique-ID, but it is not clear on:

  1. What counts
1条回答
  •  太阳男子
    2021-01-24 22:43

    I have been benchmarking too but with the python version of the same code as given here. [https://gist.github.com/malexer/8664997]. And its working fine, I even tested with 100000 requests and its fine too. May be you could give it a look. If you find the answer of your question may be you could inform us too.

    the answer to your first questions is that each connected app counts as one client and have unique ID. I have designed a chat server where multiple client connects to router Socket--each with a unique ID.

    0 讨论(0)
提交回复
热议问题