I\'ve been playing with MongoDB recently (It\'s AMAZINGLY FAST) using the C# driver on GitHub. Everything is working just fine in my little single threaded console app that
The thing to remember about a static connection is that it's shared among all your threads. What you want is one connection per thread.