From 62ff086c7bcacc10f16c7a5e0dcda7cdfe3fc51d Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Sun, 2 Jan 2011 18:20:08 -0500 Subject: [PATCH] Note re SAX-style sexp reader --- TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO b/TODO index a4e003a..8d33684 100644 --- a/TODO +++ b/TODO @@ -3,3 +3,6 @@ If a subscription token matches an existing subscription, there's a collision, so choose a new token until there's no collision. Factor out commonality in subscription-management from queue/fanout/direct. + +SAX-style sexp reader/writer, so that we can do something sensible for +enormous (e.g. gigabyte-sized) messages.