Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using go-nsq, how many TCP connections exist between many consumers(in one process) and the same nsqd(producer)? #135

Closed
nifflin opened this issue Apr 23, 2015 · 2 comments
Labels

Comments

@nifflin
Copy link

nifflin commented Apr 23, 2015

Using go-nsq, If I have 100 consumers in the same process(A), they have different topics. One nsqd producer(B) have the topics data update for these consumers, they will get data from the same producer. Now, how many TCP connections will be started between A and B? Wheather consumers will multiplex one TCP to the same producer? Thanks a lot.

@nifflin nifflin changed the title Under go-nsq, how many TCP connections exist between many consumers(in one process) and the same nsqd(producer)? Using go-nsq, how many TCP connections exist between many consumers(in one process) and the same nsqd(producer)? Apr 23, 2015
@mreiferson
Copy link
Member

100 connections.

@nifflin
Copy link
Author

nifflin commented Apr 24, 2015

What a pity. Thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants