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

Does goquic support multiple threads/processes on server side? #57

Open
caozhihua12 opened this issue Apr 11, 2018 · 1 comment
Open

Comments

@caozhihua12
Copy link

If goquic support multiple threads/processes, is the connection id table is global on server side?
If 2 clients use same connection id, how does the server identify it?
Also if thread1 process part of a http request, how does server guarantee the remaining request also is delivered to the same thread(thread1)? 

@serialx
Copy link
Contributor

serialx commented Apr 11, 2018

Normally one should deploy with DNS LB. Or with an LB that supports session stickiness.

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

2 participants