-
Notifications
You must be signed in to change notification settings - Fork 1
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
Centralized advertise v2 to contact multiple v2 servers #23
Comments
Author: justinc |
Author: leonwlaw What we can do is add servername and serverport arguments to the current announce/lookup functions for v2, and make them private. The new announce/lookup functions for v2 will be wrappers for the private functions, and handles all the parallelization that needs to be done. |
Author: leonwlaw |
Author: leonwlaw |
Author: leonwlaw |
Author: justinc |
The centralizedadvertisev2 client is currently hardcoded to contact only centralizedadvertise_v2.poly.edu. With the upcoming multithreaded centralizedadvertisev2 server in mind, we should plan to add the ability for the client to contact multiple servers, as we will have both the single threaded and multithreaded servers running simultaneously.
This should be done in a way such that it would be trivial to add more advertise servers.
The text was updated successfully, but these errors were encountered: