What's missing

This commit is contained in:
Tony Garnock-Jones 2012-05-11 10:05:07 -04:00
parent b7bfaf02c9
commit cd5b311dc0
1 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,14 @@
## What's missing?
- auth
- encryption
- acking and retransmission
- paging out to disk
- persistence of configuration
- persistence of messages
- statistics
- exit signals (for autodeletes etc)
## OCaml server
- use lazy and Lazy.force where appropriate