Zoclee / xojo-mongodb

MongoDB driver for Xojo.
15 stars 5 forks source link

Prohibit connections to shards #33

Open alwyn1024 opened 10 years ago

alwyn1024 commented 10 years ago

Connecting to shards means connecting to one or several mongos instances : connecting directly to a mongod shard should be prohibited in my understanding - which means we'll also need to test a mongod is not part of a sharding environment even before we can authenticate...