[07:48:46] <CustosLimen> if I'm using c++ client - can I have multiple client connections to mongo server ?
[07:49:27] <CustosLimen> cos I'm running applications on solaris, and I dont really want to install mongos on solaris
[08:07:29] <kojo> Hi! Totally new to MongoDB, so I have a simple question. I'd like to store multiple types of documents sourced from Mongoose models in my db. Some of these will contain objectId references to other documents with different schemas. Is it advisable to keep all of these in separate collections, based on their schema?
[08:10:46] <CustosLimen> Should I use DBClientReplicaSet with sharded cluster towards mongos ?
[09:16:00] <noqqe> joannac: example here: http://p.n0q.org/3bef2657
[11:01:13] <net2014> what is the best way to learn mongodb at all levels? beginner, intermiedate and advanced? I am looking to learn just absolutely everything that exists for mongodb. also, I prefer quality video courses or interactive ones
[11:29:58] <flok420> hi. how can I translate http://pastebin.com/zUZ4ZhVV to pymongo? (2.8) I tried http://pastebin.com/zYeMf5ms but this gives http://pastebin.com/VrpY3Dn5
[11:30:17] <net2014> CustosLimen thanks for the suggestion