I am fairly new to mongodb and try to sort out the enviroment for cfml mongodb project.
We are using mongodb 3.0.... after updating cfmongodb with driver 2.13.2 thus far all basic methods worked with version 3.
But due to some API changes all java drivers after 2.13 don't work with current version of cfmongodb - that includes the new java driver version 3.
Looking at the mongodb java driver 3.0 docs there seem to be some improvement on performance and new features like async-requests.
I'm wondering if it would be worth to think of an upgrade thus cfmongodb could use driver version 3? The asyncrequest feature looks interesting.
Daniel