From f6ffca36e876aa62c455e5326fa5997fb301d218 Mon Sep 17 00:00:00 2001 From: Christophe de Vienne Date: Mon, 23 Apr 2012 11:44:40 +0200 Subject: [PATCH] Update the TODO list --- doc/todo.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/todo.rst b/doc/todo.rst index 6968ae4..21a300b 100644 --- a/doc/todo.rst +++ b/doc/todo.rst @@ -4,13 +4,15 @@ TODO WSME is a work in progress. Here is a list of things that should be done : +- Use gevents for batch-calls + - Implement new protocols : - json-rpc - xml-rpc -- Implement adapters for other framework : +- Implement adapters for other frameworks : - TurboGears 2 @@ -18,6 +20,8 @@ be done : - CherryPy + - Flask + - others ? - Add unittests for adapters