added TODO: kill cursors on shutdown
This commit is contained in:
parent
4085572e60
commit
586783b081
1 changed files with 2 additions and 0 deletions
2
TODO
2
TODO
|
@ -39,6 +39,8 @@ MongoDB
|
||||||
- Update If Current (http://www.mongodb.org/display/DOCS/Atomic+Operations)
|
- Update If Current (http://www.mongodb.org/display/DOCS/Atomic+Operations)
|
||||||
- block write until written on N replicas
|
- block write until written on N replicas
|
||||||
- lazyRest on cursor, although lazy I/) is problematic and we may not want to support it.
|
- lazyRest on cursor, although lazy I/) is problematic and we may not want to support it.
|
||||||
|
- Upon client exit, send killCursors for all open cursors, otherwise server will keep them open for 10 minutes and keep NoCursorTimeout cursors open for hours.
|
||||||
|
-- Upon cursor finalize (garbage collect) send killCursor even if you have to create a new connection, because server keeps cursors open for 10 minutes (or more).
|
||||||
|
|
||||||
optional:
|
optional:
|
||||||
- automatic reconnection
|
- automatic reconnection
|
||||||
|
|
Loading…
Reference in a new issue