From e39da84c767b968c4614e74b10ba9e4c2dcfa837 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Tue, 4 Sep 2012 12:38:45 -0400 Subject: [PATCH] Note re timestamping --- server/TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/server/TODO b/server/TODO index 38de305..e8ed57e 100644 --- a/server/TODO +++ b/server/TODO @@ -9,6 +9,9 @@ - statistics - exit signals (for autodeletes etc) + - timestamping of messages as (an optional) part of their processing pipeline + - other pluggable processing stages? how would they be configured/instantiated? + ## OCaml server - use lazy and Lazy.force where appropriate