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

Support replica set automatic connection handling #13

Closed
marcello3d opened this issue May 1, 2011 · 1 comment
Closed

Support replica set automatic connection handling #13

marcello3d opened this issue May 1, 2011 · 1 comment

Comments

@marcello3d
Copy link
Owner

Currently MongolianDB only works if you connect directly to a master server. In a replica set situation, the master server can change, so it is crucial to support replica set master detection.

See: http://www.mongodb.org/display/DOCS/Connecting+Drivers+to+Replica+Sets

@marcello3d
Copy link
Owner Author

Making some progress...
mongo://localhost:27017: Connected
mongo://localhost:27017/secondary: Initialized
mongo://localhost:27018: Connected
mongo://localhost:27017/secondary: Disconnected
mongo://localhost:27018/primary: Initialized

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