Posts

Showing posts from November, 2012

Splitting Mongo Driver

Image
In our application we decided to split the mongo db driver to improve performance of a certain module. This is how it was done: "mongo" is the default ID of a mongo driver. So we need to set the ID to a different value for the second declaration. It worked like a charm.