Skip to content

Commit

Permalink
Added TODO list
Browse files Browse the repository at this point in the history
  • Loading branch information
christkv committed Sep 5, 2011
1 parent 37deb2b commit be08c24
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions TODO
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
* Fix authentication issue with replicasets
* Allow secondary read with no master
* Add replicaset test and bug fix
* Add lowest response time selection of read server for replicaset using a selectable strategy. First one being using the ping command response time
* Allow execution of multiple commands against the same server connection when having a connection pool
* Implement tag support for replicasets
* Change bson c++ parser to use js objects instead of native c++ objects
* Whole stack benchmark with profiling to locate where the driver spends time
* Change bson c++ parser to be stackless to look at performance difference

0 comments on commit be08c24

Please sign in to comment.