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

Client for multiple servers #6

Open
stepancheg opened this issue May 17, 2017 · 0 comments
Open

Client for multiple servers #6

stepancheg opened this issue May 17, 2017 · 0 comments

Comments

@stepancheg
Copy link
Owner

Current httpbis::Client connects to only single server. Client creates a thread.

So if you need to connect to multiple servers, you need to create multiple clients and create multiple threads.

To solve this problem rust-http2 should either:

  • allow client to connect to multiple servers
  • create Client with external event loop (so user could create one event loop and create multiple clients attached to that event loop)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant